[GH-ISSUE #96] Image uniqueness / perceptual hash #73

Closed
opened 2026-02-25 23:40:35 +03:00 by kerem · 2 comments
Owner

Originally created by @dessalines on GitHub (Sep 8, 2019).
Original GitHub issue: https://github.com/HaschekSolutions/pictshare/issues/96

I assume that pictshare uses a simple md5 or sha hash of the file upload to determine image uniqueness, but it would be really cool if it used an image hash / perceptual hash for uniqueness.

Here's a good php library:

https://github.com/jenssegers/imagehash

Originally created by @dessalines on GitHub (Sep 8, 2019). Original GitHub issue: https://github.com/HaschekSolutions/pictshare/issues/96 I assume that pictshare uses a simple md5 or sha hash of the file upload to determine image uniqueness, but it would be really cool if it used an image hash / perceptual hash for uniqueness. Here's a good php library: https://github.com/jenssegers/imagehash
kerem closed this issue 2026-02-25 23:40:35 +03:00
Author
Owner

@geek-at commented on GitHub (Sep 23, 2019):

interesting thought, will check it out

<!-- gh-comment-id:534225399 --> @geek-at commented on GitHub (Sep 23, 2019): interesting thought, will check it out
Author
Owner

@geek-at commented on GitHub (Jan 5, 2020):

Thought about it and I don't like it because that could mean that a slightls cropped image would get the same hash.

<!-- gh-comment-id:570832702 --> @geek-at commented on GitHub (Jan 5, 2020): Thought about it and I don't like it because that could mean that a slightls cropped image would get the same hash.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/pictshare#73
No description provided.