Skip to content
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

Unable to decode JFXX jpeg #2479

Closed
JimBobSquarePants opened this issue Jun 20, 2023 Discussed in #2478 · 0 comments · Fixed by #2482
Closed

Unable to decode JFXX jpeg #2479

JimBobSquarePants opened this issue Jun 20, 2023 Discussed in #2478 · 0 comments · Fixed by #2482

Comments

@JimBobSquarePants
Copy link
Member

Discussed in #2478

Originally posted by hey-red June 20, 2023
When I try to identify or decode image that contains JFXX marker, I got an exception System.NotSupportedException: 'Unknown App0 Marker - Expected JFIF.'

I think it's an expected behavior, because jpeg decoder works only with JFIF identifier, but if I just change JFXX to JFIF with hex editor, then image can be sucessfully decoded.

I not sure that this is issue, because it's maybe a MJPEG frame(?), but other tools like image editors, viewers and browsers can display that image,

Example image

1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant