google / butteraugli

butteraugli estimates the psychovisual difference between two images
Apache License 2.0
1.96k stars 137 forks source link

Remove spurious check. #38

Closed robryk closed 6 years ago

robryk commented 6 years ago

The input images should be allowed to differ in having an alpha channel. The input images are guaranteed to have same-sized planes -- we need only check that the two images are same-sized.

Fixes #37.