libjxl / bench

Testing of various jxl implementations in terms of conformance, speed, compression, ...
https://libjxl.github.io/bench/
BSD 3-Clause "New" or "Revised" License
3 stars 4 forks source link

check in lax mode #11

Closed jonsneyers closed 1 year ago

jonsneyers commented 1 year ago

Do the conformance check in lax mode when going through PNG, i.e. don't check the original.icc and check the values after clamping (since PNG cannot represent values outside 0..1).

mo271 commented 1 year ago

Do you meant to also update the hash of the conformance submodule?

jonsneyers commented 1 year ago

Do you meant to also update the hash of the conformance submodule?

Ah yes, that probably should be done too. Could you fix that and update the report?