-
-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Small pictures cannot be uploaded, but we know it too late #4219
Comments
@stephanegigandet What is the minimum size (in pixels) of a picture that we upload, below which the server rejects it? |
@monsieurtanuki here's the size requirement server side:
|
so we need an image with a width >= 640, or a height >= 160 |
@stephanegigandet Thank you, I'll impact that in Smoothie. |
@stephanegigandet By the way it looks like the 640x160 minimum size is enforced on the server side for new picture uploads, but not the crop on existing pictures, am I right? |
@monsieurtanuki that's correct, the size is only for the upload of the image, not the cropping. |
@stephanegigandet OK, then we're done in Smoothie: we enforce the minimum size only for image uploads. |
What
"Background task error (Exception: Could not upload picture: status not ok / La photo est trop petite. Attention à ne pas envoyer de photos prises sur Internet. Merci de n'envoyer que vos propres photos.)"
Several solutions:
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: