https://github.com/ryosama/diff_image
Display difference between two images
https://github.com/ryosama/diff_image
image image-processing perl tool
Last synced: about 1 year ago
JSON representation
Display difference between two images
- Host: GitHub
- URL: https://github.com/ryosama/diff_image
- Owner: ryosama
- Created: 2016-06-29T12:11:08.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-29T12:15:49.000Z (almost 10 years ago)
- Last Synced: 2025-02-12T08:57:00.234Z (over 1 year ago)
- Topics: image, image-processing, perl, tool
- Language: Perl
- Size: 2.61 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Diff Image
----------------------
Perl script to compare two images





# Usage
-------
Options :
`--1=filename`
First image (require)
`--2=filename`
Second image (require)
`--sensitivity=x`
Pourcentage of sensitivity of comparaison (50 is default)
`--quiet` or `-q`
Don't print anything
`--help` or `-h`
Display this message
# Examples
----------
`perl diff_image.pl --1=Image1.png --2=Image2.png --sensitivity=12`