Tom94 / tev

High dynamic range (HDR) image viewer for graphics people
BSD 3-Clause "New" or "Revised" License
1.02k stars 86 forks source link

Permit comparison of images with mismatching channels #199

Closed Tom94 closed 1 year ago

Tom94 commented 1 year ago

Compares only the matching channels and treats the mismatching channels' reference values as 0 for colors and 1 for alpha.

Also removes the (previously only partially supported) special treatment of images that only contain alpha channels. This behavior needs to be re-thought and universally implemented in the future.

Fixes #198