Back to projects
Jul 11, 2024
1 min read

pngdiff

A rust based fast image diff and heatmap generator

Description

A simple rust binary to generate the difference between two pngs of the same size as a heatmap

Example 1 example 1

Example 2 example 2

Usage: 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