Open andrius4669 opened 2 years ago
When not compiling "release" but "opt", one gets in addition:
./tools/cjxl_main.cc:583: JXL_FAILURE: Codecs failed to decode input.
I haven't looked into what is actually causing this failure for this particular exr file.
Describe the bug the file from an old issue from gitlab https://gitlab.com/wg1/jpeg-xl/-/issues/215 seems to be still failing to encode compressing https://mega.nz/file/gExDAQRI#O52UgV1bpfNLIol09egKKtZ1tvhKo7ch1V0v3UGJJcM results in no visible error but it fails and exits with error code 1
To Reproduce Steps to reproduce the behavior: download the file & run
cjxl -v 20210424_201012.exr 20210424_201012.jxl
Expected behavior it either converts properly or fails with some error message
Screenshots
Environment
Additional context none