Open nigeltao opened 1 year ago
According to the README:
- Most images encoded with [cjxl][libjxl] containing...
- No animations or previews
- No image features (
--dots
and--patches
), which implies:
- Efforts (
-e
) up to 6- For lossy compression, target distance (
-d
) less than 3.0
However, by default cjxl uses -e 7
, as seen in the output:
Encoding [VarDCT, d1.000, effort: 7],
Therefore the JXL file cannot be decoded at the moment.
I built
cjxl
from the official https://github.com/libjxl/libjxl repo. I then made abricks-color.jxl
file (attached, with a fake.png
file extension to satisfy the GitHub upload UI).Trying to decode that with j40 hits an error:
bricks-color.png
bricks-color.really-a-jxl.but-github-only-uploads.png