An open API service indexing awesome lists of open source software.

https://github.com/tshino/compare

image comparison tool
https://github.com/tshino/compare

image-analysis image-comparison image-viewer

Last synced: 6 months ago
JSON representation

image comparison tool

Awesome Lists containing this project

README

          

# Compare.html

Compare.html is a simple web application that helps visual comparison of pictures.
Zooming and scrolling are performed for each picture simultaneously.

See the [demo page](https://tshino.github.io/compare/compare.html).

First select two pictures,
and then please try to zoom in with the mouse wheel,
or press numeric keys on the keyboard to switch pictures.

All image data will be processed on your browser,
so that it can never happen to upload to somewhere or write to your files.

You can simply bookmark the [demo page](https://tshino.github.io/compare/compare.html),
or [download zip](https://github.com/tshino/compare/archive/master.zip) of this repository to use it as a local application.

# Compare.html

これは画像を目視で比較することに特化した画像表示ツールです。ブラウザ上で動きます。
拡大縮小とスクロールが複数の画像に対して同時にできるので、
同じ場所を見比べる作業が簡単にできるのがポイントです。

[デモページ](https://tshino.github.io/compare/compare.html)があります。

最初に適当な2枚の画像を選択して、
マウスホイールでズームしたりキーボードの数字キーで画像を切り替えたりしてみて下さい。

画像データはすべてブラウザ上で処理するので、
どこかへアップロードされることもファイルを書き換えてしまうこともありません。

[デモページ](https://tshino.github.io/compare/compare.html)をブックマークしても使えます。
リポジトリの[zipをダウンロード](https://github.com/tshino/compare/archive/master.zip)すればローカルアプリのように使うこともできます。