-
As mentioned in #20, I'm working on an ImageIO plugin for JPEG XL using your decoder. For this to work reasonably, I need a way to read the header (`ImageHeader`) without also decoding the entire imag…
-
I just found out that whatever option is used for `bit depth` (8, 10, 12, 16, 32) the file size is the same and according to GIMP it is 32bit flow version. Is that expected ?
-
For Java/JVM usage, currently, there is only a [JNI wrapper](https://github.com/libjxl/libjxl/tree/main/tools/jni/org/jpeg/jpegxl/wrapper) available for the Decoder. I wish for an Encoder.
Addition…
-
Based on JPEG XL's compression efficiency, encoding and decoding performance, and backwards compatibility features (like lossless JPEG transcoding), it seems we're finally going to have a universal im…
-
**Is your feature request related to a problem? Please describe.**
libjxl has a very good JPEG decoder, but in order to use it, one must first transcode to JXL and then decode the resulting JXL.
Ex…
-
Please add cb7 support. you already have 7z included and it would only be renaming the extension.
Also why is metadata in comments only valid for zip/cbz and not for cbr/cbw(/cb7)?
Is the webp conve…
-
[Wrong colors images.zip](https://drive.google.com/file/d/1-vQf05lzci1N9R4g4hYgoBoiTR6S8AC7/view?usp=sharing)
The wrong colors zip is around 290MB which is why I had to use Google Drive for the uploa…
-
**Describe the bug**
Libjxl consumes huge amounts of heap memory ( 3,393,388,337 bytes) while decoding this tiny (127 bytes!) file
With a somewhat older libxl, there was also this unusual except…
-
1, Why does the v0.9.0 Window binary no longer contain the jxl.dll file? Compiling jxl.dll is very difficult for me, I have been using jxl.dll from releases in my scripting language.
2, JxlPixelFor…
-
**Describe the bug**
Libjxl consumes huge amounts of heap memory (3,974,582,644 bytes) while decoding this tiny file
**To Reproduce**
```
djxl 5791454446813184-tc1.jxl crap.pnm
```
With th…