Leo Izen
Leo Izen
One option is to call `djxl input.jxl output.jpg --pixels_to_jpeg=0` which will fail if it can't be done.
Is this still an issue?
It's unclear what this links to. Can you type it out below?
Looks like the `jxl.dll` missing was just an oversight that got re-added. However, what do you mean by JxlPixelFormat has been removed? In FFmpeg we use this structure and we...
BGRA is still not supported by libjxl. RGB with alpha is only supported in the RGBA order.
Why does it matter that much? You can always convert from RGBA pixel data to BGRA with libswscale.
Here's the error message from a debug build: ``` $ cjxl -d 0 296631940-d5a56cb4-b9e4-47c8-a20f-53bcf1f5a098.gif test.jxl JPEG XL encoder v0.10.0 875e72dd [AVX2] ./lib/extras/dec/gif.cc:284: JXL_FAILURE: GIF with dispose-to-0 is not supported for...
Yea, but since this is a not-yet-implemented feature rather than an actual defect, and not impossible to implement, in the short-term it would be nice if an error message was...
> What do you mean "not possible to implement"? This should be possible to render inside the GIF decoding portion and translate into a JXL compatible representation that is at...
The problem in this case is that the ICC profile is invalid. lcms2 rejects it with: ``` Too many tags (4451) ``` libpng also refuses to write the profile to...