-
How to add this libs to buildscript to be able to build those from gradle?
-
**Describe the bug**
See the attached JPEG XL file. It fails to load with GIMP, Eye of MATE, and ImageMagick. However, djxl, ffmpeg, and jxl-oxide all decode it correctly and report no errors.
**T…
-
I installed and built libheif correctly with libde265-dev x265 libx265-dev libaom-dev .
After compiling if I run
heif-convert demo.heic a.jpg
it works correctly.
Then, when building LIBV…
-
**Describe the bug**
Valgrind reports 167 MB as "possibly lost" when decoding with libjxl. It appears to be system-dependent: I can reproduce it on my desktop but not my laptop, with the same build n…
-
```
package de.elbosso.scratch.misc;
import com.thebombzen.jxlatte.JXLDecoder;
import com.thebombzen.jxlatte.JXLImage;
import com.thebombzen.jxlatte.io.PNGWriter;
import java.io.IOException;
…
-
**Describe the bug**
Can't decode [2021-08_totocaca.jxl](https://jpegxl.info/art/2021-08_totocaca.jxl) from https://jpegxl.info/art
**To Reproduce**
libjxl version:
b28f9ffa62a7d469915ab8c37c61a…
-
**URL**: https://web.telegram.org/a/#-1001764512923
**Browser / Version**: Firefox 120.0
**Operating System**: Windows 10
**Tested Another Browser**: No
**Problem type**: Video or aud…
-
```
long startTime = System.nanoTime();
JXLDecoder decoder = new JXLDecoder("samples/body_alb.jxl"); // file size is 30 KB
JXLImage image = decoder.decode();
double timePass = (System.nanoTime() -…
-
I can not write the BufferedImage returned by `XLImage.asBufferedImage()` using `ImageIO.write()`
```
try {
JXLDecoder decoder = new JXLDecoder("samples/bench.jxl");
…
-