A simple web-based tool to compare differences between two images by canvas.
Clone this repository.
git clone https://github.com/masaki-ohsumi/image-diff.git
Put two image files to compare in the folder image-diff/input/before/
and image-diff/input/after/
respectively.
NOTE: The two image files must be the same name to diff.
Run the server.
node server.js
Open localhost:9000
Click the Start button to start the tool!