/png_diff

Fast image diff heatmap generator

Primary LanguageRust

png_diff Release

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

heatmap example

Usage

Alt text

Dev Notes

  • The current implementation of the program calculates the heatmap using a single thread. My reasoning is that you would ideally spawn a new process whenever required