Was nerdsniped into doing comparison of EXR, EXR+HTJ2K, JPEG-XL for *lossless* compression of *float* images. Am I doing something wrong, or is JPEG-XL not that great at this use case? https://github.com/aras-p/test_exr_htj2k_jxl
@imp3tuz@aras Multi layers, multi channels, high bit integers or floats. Encoding and decoding speed way faster than jpeg2000 that in most case not support more than 16bit int. But HT2K extension made jpegxl in case of lossy encoding/decoding speed I guess.
@imp3tuz@shamanix it has nothing to do with JPG besides sharing the similar name. It is a different file format, so no, software that does not implement support for it obviously will not support it.
@ignaloidas@shamanix@imp3tuz yeah, same standards group that gave us: JPEG, JPEG-2000, JPEG-AI, JPEG-LS, JPEG-XL, JPEG-XR, JPEG-XS and some others. Of which, only the first one is what 99% of people are aware of (so far) :)