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 support for JPEG XL #13

Merged
merged 2 commits into from
Jun 27, 2021
Merged

Add support for JPEG XL #13

merged 2 commits into from
Jun 27, 2021

Conversation

oscar-rc1
Copy link
Contributor

This PR adds support for the new JPEG XL format and is based on the reference implementation in libjxl. The code includes support for images with orientation metadata.

@Roughsketch
Copy link
Owner

Thanks for taking the time to implement this!

I've been running this through a fuzzer to ensure that nothing crashes and have been running into some issues that you may want to take a look into. If you haven't already, I'd recommend installing and running cargo fuzz if you haven't already. In particular I've ran into two crashes which I'll comment below.

Copy link
Owner

@Roughsketch Roughsketch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know if these are the only two crashes but I am busy at the moment and can't debug further for a while.

@Roughsketch Roughsketch self-requested a review June 27, 2021 15:19
Copy link
Owner

@Roughsketch Roughsketch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests pass and a light fuzzer run hasn't turned up any other issues. Thank you again for the PR!

@Roughsketch Roughsketch merged commit 9114521 into Roughsketch:master Jun 27, 2021
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