Description
A simple rust binary to generate the difference between two pngs of the same size as a heatmap
Example 1
Example 2
Usage:
How to use:
Fetch the most recent release from https://github.com/theProgrammerDavid/png_diff/releases
Or if you want to download the latest programatically,
curl -L -o png_diff.tar.gz "https://github.com/theProgrammerDavid/png_diff/releases/latest/download/png_diff-x86_64-unknown-linux-gnu.tar.gz"
Always read through the source code before compiling it—and be cautious about downloading prebuilt binaries from the internet