I think it would be useful to have a function to check if two images are the same. I don't mean with a perceptual hash like #3120, or with the existing Image.__eq__ method, but something to check if two images are visually similar. By that I mean the images are the same size and have the same color pixels, after taking into account the EXIF Orientation tag and the images possibly having different modes. Something like
I think it would be useful to have a function to check if two images are the same. I don't mean with a perceptual hash like #3120, or with the existing
Image.__eq__method, but something to check if two images are visually similar. By that I mean the images are the same size and have the same color pixels, after taking into account the EXIF Orientation tag and the images possibly having different modes. Something likebut more efficient. And also it needs to handle images with multiple frames. Or maybe just throw an exception for those for now.
The text was updated successfully, but these errors were encountered: