You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With #9069 scan limitations for image width and height were introduced to the thumbnail service. However, the width to height aspect ratio is favouring landscape mode images over portrait mode images. ;-)
Steps to reproduce
Upload a portrait mode image from a low price segment DSLR
Try to see a thumbnail or open the image in the preview app
Expected behavior
Our defaults work for thumbnail generation for images from for this kind of camera
Actual behavior
Our defaults are too restrictive for portrait mode images
Image width and height should be the same value, so that thumbnail generation works for both landscape and portrait mode images.
The text was updated successfully, but these errors were encountered:
Thumbnail max input width and height need to be the same, because images
can be portrait or landscape. See owncloud#9234
(cherry picked from commit 6117e19)
Describe the bug
With #9069 scan limitations for image width and height were introduced to the thumbnail service. However, the width to height aspect ratio is favouring landscape mode images over portrait mode images. ;-)
Steps to reproduce
Expected behavior
Our defaults work for thumbnail generation for images from for this kind of camera
Actual behavior
Our defaults are too restrictive for portrait mode images
Image width and height should be the same value, so that thumbnail generation works for both landscape and portrait mode images.
The text was updated successfully, but these errors were encountered: