Uh oh!
There was an error while loading. Please reload this page.
Deduce color space as YCbCr if component id's are 1, 2, 3 - #2135
Conversation
br3aker
left a comment
There was a problem hiding this comment.
Looks good. Image from the issue is neither jfif nor adobe jfif, it was encoded with app1 marker which we indeed ignored during color deduction. I didn't find any information regarding jpeg encoding color type from exif specs so component id color deduction seems to be a solution.
brianpopow
commented
May 29, 2022
@br3aker thanks for your feedback! |
JimBobSquarePants
commented
May 30, 2022
Do you think we should backport this since we introduced the issue in the last patch? |
brianpopow
commented
May 30, 2022
I would not consider this a critical issue, it's more an edge case, so I don't think we need to backport this. |
Prerequisites
Description
Another case of deducing the color space of a jpeg image based on the component id's.
Related issue #2133