Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 323 Bytes

README.rst

File metadata and controls

19 lines (12 loc) · 323 Bytes

image-compare

Compare multiple images reporting similarity. From https://gist.github.com/attilaolah/1940208

Usage:

$ ./compare_images
usage: ./compare_images image-file-1.jpg image-file-2.jpg ...

Requirements

Needs:
  • Pillow>=2.1.0 (PIL fork)
  • python-Levenshtein>=0.10.2