11

Is there any basic (free or not), but usable - not like libpuzzle - image fingerprinting/similarity/compare module for PHP, which works akin to TinEye or Google image upload search? It's basically needed to avoid uploading almost the same (but with watermarks, resized etc.) image twice into a set of 50-300 images.

Bobby
  • 10,998
  • 5
  • 42
  • 67
Jauzsika
  • 2,881
  • 3
  • 21
  • 32

2 Answers2

2

This is a very interesting educational article about image comparison. It wouldn't be hard at all to adapt to PHP using the GD library or ImageMagick.

http://www.hackerfactor.com/blog/index.php?/archives/432-Looks-Like-It.html

Good luck !

Aweb
  • 174
  • 3
  • 15