Open murlakatamenka opened 5 days ago
I can't use jpegxl-sys due to a licensing issue (comiconv is mit/apache and jpegxl is gpl), but zune-jpegxl
for encoding and jxl-oxide
for decoding might work (and it would be pure rust).
Check whether it works for you too.
The reasoning is simple:
JPEG XL can losslessly reduce the size of an image in any popular image format, it's important for already lossy
.jpg
's in existing comic books.Sadly it's not supported in
image
crate, butjpegxl-sys
exists.