cawpea / image-diff

A simple tool that compares two images by canvas.

Repository from Github https://github.comcawpea/image-diffRepository from Github https://github.comcawpea/image-diff

Image Diff

Overview

A simple web-based tool to compare differences between two images by canvas.

ImageDiff Example

Installation

Clone this repository.

git clone https://github.com/masaki-ohsumi/image-diff.git

Usage

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!

About

A simple tool that compares two images by canvas.


Languages

Language:JavaScript 69.2%Language:HTML 30.8%