Reverse Image Search
Is there some way to search for "images similar to this one" in your system? Like tineye or google reverse image search? It would be very useful for a large scale site attempting to keep image duplication to a minimum.
0
-
While it's in our road-map to support full image similarity check, currently we support returning the 'pHash' of the uploaded file. This is done by setting the
phash
parameter totrue
while uploading.
You can store the returned value on your side and use it to check image similarity for future uploads.0
Post is closed for comments.
Comments
1 comment