LibGfx/JPEG: Teach JPEGLoader how to be patient with non-compliant images [1/N]
Fix this image:
Are there images like this in the wild?
libjpeg-turbo seems to not be able to decode this.
libjpeg-turbo seems to not be able to decode this.
libjpeg (or whatever the default image reader on gnome uses) does
Are there images like this in the wild?
Is this wild enough? https://github.com/haraldk/TwelveMonkeys/blob/master/imageio/imageio-jpeg/src/test/resources/jpeg/0x00-to-0xFF-between-segments.jpg
No external images are linked by the original author, and the image I added in the description looks very generated on purpose.
Is this wild enough? https://github.com/haraldk/TwelveMonkeys/blob/master/imageio/imageio-jpeg/src/test/resources/jpeg/0x00-to-0xFF-between-segments.jpg
It's a broken image from a jpeg test suite. That doesn't seem terribly in-the-wild to me.
FWIW, Safari and Chrome/Mac can't display that image either.
I made this patch because I assumed that an external image made the author of TwelveMonkeys create the test case.
But I agree, if that's not the case, the interest is quite limited
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions!
This pull request has been closed because it has not had recent activity. Feel free to re-open if you wish to still contribute these changes. Thank you for your contributions!