imgdiff

Pixel-by-pixel image difference tool for comparing two images

brewmacoslinux
Try with needOr install directly
Source

About

Pixel-by-pixel image difference tool

Commands

imgdiff

Examples

Compare two images and display differences$ imgdiff image1.png image2.png
Compare images and save difference output to file$ imgdiff image1.jpg image2.jpg -o diff_result.png
Compare images with verbose output showing pixel differences$ imgdiff before.png after.png -v