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

IMultiFrameDecoderOptions support missing for JPEG XL #150

Closed
MaceWindu opened this issue Feb 23, 2024 · 1 comment
Closed

IMultiFrameDecoderOptions support missing for JPEG XL #150

MaceWindu opened this issue Feb 23, 2024 · 1 comment

Comments

@MaceWindu
Copy link

Looks like JPEG XL supports animated images as https://jpegxl.info/test-page/ provides sampe animated jxl file.

@saucecontrol
Copy link
Owner

I have re-written the decoder plugin in c784500, and it now supports animation.

Skipping frames won't work for all images because of the way libjxl coalesces animation frames. The sample on their test page does work, but any image containing frames that require a content from a previous frame may not have that content available if the frame was skipped. Decoding a limited number of frames from the start of the image should always be fine.

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

No branches or pull requests

2 participants