mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2026-04-25 15:05:56 +03:00
[GH-ISSUE #56] Image hashes are not calculated correctly for JPEGS #292
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#292
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 @geek-at on GitHub (Jun 15, 2018).
Original GitHub issue: https://github.com/HaschekSolutions/pictshare/issues/56
If the same image is uploaded multiple times, pictshare should only save it once but because of an error in pictsharemodel.php the sha1 hash is created BEFORE removing exif info from JPEGs so the image is different when saved.