Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 558 Bytes

File metadata and controls

11 lines (7 loc) · 558 Bytes

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