1
General / JPEG XL Quality Support
« on: August 27, 2025, 02:26:39 PM »
According to the manual, JPEG XL is supported but for some reason not every image works.
In my tests, images generated with distances 0 (Lossless) - 2.5 don't load but ones over 2.5 do.
I generated several versions of the same TIFF using this command:
seq -w 0.0 0.5 6.0 | while read i; do echo $i; tifftopnm 1VAAD00020089.tif | time cjxl - 1VAAD00020089-d${i}.jxl -d $i; done
Attached is a screenshot from Metashape 2.1.2 Build 18358 on MacOS showing thumbnails of all the JPEG XL and original TIFF.
The 2.5 (won't load) and 3.0 (loads fine) can be downloaded here:
https://s3.amazonaws.com/files.vintageaerial.com/1VAAD00020089-d2.5.jxl
https://s3.amazonaws.com/files.vintageaerial.com/1VAAD00020089-d3.0.jxl
Thanks!
In my tests, images generated with distances 0 (Lossless) - 2.5 don't load but ones over 2.5 do.
I generated several versions of the same TIFF using this command:
seq -w 0.0 0.5 6.0 | while read i; do echo $i; tifftopnm 1VAAD00020089.tif | time cjxl - 1VAAD00020089-d${i}.jxl -d $i; done
Attached is a screenshot from Metashape 2.1.2 Build 18358 on MacOS showing thumbnails of all the JPEG XL and original TIFF.
The 2.5 (won't load) and 3.0 (loads fine) can be downloaded here:
https://s3.amazonaws.com/files.vintageaerial.com/1VAAD00020089-d2.5.jxl
https://s3.amazonaws.com/files.vintageaerial.com/1VAAD00020089-d3.0.jxl
Thanks!