png-cmp: like cmp for PNGs
png-cmp is a command-line tool that checks whether two PNG files are visually equivalent by comparing pixel data rather than binary data, ignoring differences like text metadata. It behaves like the standard cmp command—exiting silently if images match and returning an error if they differ.