-
Notifications
You must be signed in to change notification settings - Fork 54
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
Uploaded photos are not shown in full size #1205
Comments
What is you max preview generation config as well as your screen resolution please? |
Screen is 4k. And indeed, it was all about |
We should improve and show a warning or something tbh 🤔 If it's under 4k, let's show a warning/info in the instance setup checks? |
PR here: nextcloud/server#31938 |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as resolved.
This comment was marked as resolved.
@skjnldsv Sure, for images which are not browser compatible a preview can be shown. But well, the 150mb raw jpeg (jpegs are not raw btw., they are always compressed lossy and are always demosaiced) is most probably an edge case. Even large RAW files are usually only around 30mb, very big jpegs hardly ever exceed 10mb. That is not a problem at all for todays inet bandwidth. Would you mind guiding me to the discussion you refer to? I am not sure where to find it, or which you refer to. There is this issue: #578 but the majority of participants there is for an easy possibility to see the actual images. |
that's not true. Lots of people don't have high performance bandwiths nowadays. Nextcloud is heavy enough already and is being used in a lot of area of the world :)
#578 seems like a good start. I remember online chats and calls about this too |
Perhaps (as said in nextcloud/server#31938 (comment) ) and suggested by others before, an ideal approach would be what the mobile apps do, afaik - load the preview first, then start loading the full image. Then we set the preview size to 1080P by default. As some original formats are already smaller (HEIC is more efficient), 4K previews really make no sense anymore for photos. Loading a 1080P preview and then the full image would lower bandwidth usage with the new file formats. It would show the image soonest AND at max quality after a second or 3 longer... |
Even mobile apps do not need previews. Just thumbnails. Those are not huge video files. Even them are being fed to client in gigabytes of original files directly without transcoding, while little photos are being transcoded. This is just makes no sense. Or just make an option. So those who don't need previews wouldn't have them eating up the space. |
Describe the bug
Uploading an image file and viewing it in Photos does not fill all available space on screen. It's difficult to describe, screenshots are attached.
I downloaded the example Frog.jpg image, renamed it to test.jpg and uploaded it. Opening Frog.jpg shows it as expected, really big on the screen. Opening test.jpg shows it much smaller.
Original Frog.jpg:
Downloaded and uploaded as test.jpg:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Image is as big as possible on the page, leaving not much space around it.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: