-
Notifications
You must be signed in to change notification settings - Fork 31
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
Progressive JPEG decoded in lower resolution #243
Comments
Original reporter here. I do not recall with certainty what application I used to downscale this photo to 1600x1200, but I think it was likely the Flatpak GIMP 3 Beta from the Flathub File modification and birth timestamps are |
Signed license declaration as "Creative Commons CC0 1.0 Universal" in case the image file should be used in a regression test:
|
Looking into it We limit decoders progressive passes to prevent oom so might be the cause |
It seems like its a decoder issue. Investigating it |
I got a report of an image that is rendered correctly everywhere else (TM), but not with image-rs. I guess it's a zune-jpeg issues?
https://gitlab.gnome.org/-/project/27706/uploads/6c2ce998dcd935b9a5707489dd786236/IMG_20240620_193631_036_1600x1200.jpg
It looks like not all progressive decoding levels are done. But that's just a wild guess.
The text was updated successfully, but these errors were encountered: