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

Add missing magic number for JPEG XL #2924

Merged
merged 2 commits into from
Mar 6, 2024

Conversation

arrufat
Copy link
Contributor

@arrufat arrufat commented Mar 5, 2024

For some reason, JPEG XL can have two magic numbers. Adding the one that was missing here.

@arrufat
Copy link
Contributor Author

arrufat commented Mar 5, 2024

This is the reason:

JXL_SIG_CODESTREAM

A valid JPEG XL codestream signature was found, that is a JPEG XL image without container.

JXL_SIG_CONTAINER

A valid container signature was found, that is a JPEG XL image embedded in a box format container.

@davisking
Copy link
Owner

Sweet, thanks.

@davisking davisking merged commit d45f534 into davisking:master Mar 6, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants