mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2026-04-26 07:25:55 +03:00
[GH-ISSUE #96] Image uniqueness / perceptual hash #73
Labels
No labels
Feature request
Feature request
bug
cant reproduce
enhancement
help wanted
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pictshare#73
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@geek-at commented on GitHub (Sep 23, 2019):
interesting thought, will check it out
@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.