-
-
Notifications
You must be signed in to change notification settings - Fork 700
JPEG XL: Saving image in float band format fails #2830
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
Comments
Hi @dloebl, you're right, looks like we need to add a new SAVEABLE enum for scRGB. Let's fix this for 8.13. |
After asking on libjxl discord, it seems this is the position: save strategy
load strategy
|
jcupitt
added a commit
that referenced
this issue
Jun 12, 2022
after some discussion on discord with the libjxl maintainers see #2830 to do: save scrgb to eg. JPEG fails right now :( we need to do scRGB->sRGB in jpegsave
Fixed with 9f3860e |
Ooop, sorry! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jxlsave
seems to fail with the following error in case the input image is in the float band format:jxlsave: error JxlEncoderSetBasicInfo
We noticed this behaviour while resizing images with an alpha channel.
Example image:
test.png
C code:
Environment
The text was updated successfully, but these errors were encountered: