Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 675 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 675 Bytes

Image comparison app

Overview:

A PHP Class compares two images (jpg or png) and returns a number that represents similarity

Notes

  1. Any format (JPEG, PNG) supported.
  2. Images need not to be of same size
  3. The show image button, is there for you to check whether you load the image you wished to see. You don't really need to click on it. You can check image comparison by clicking on "Test it" button
  4. We ranks images on a similarity scale from 0 - very different to 100 - exactly the same.

How to use:

1 Download the folder to www folder of your WAMP/LAMP/XAMP 2 Run index.php from local host

Feel free to contact at [email protected]

imagecompare