HaschekSolutions / pictshare

:camera: PictShare is an open source image, mp4, pastebin hosting service with a simple resizing and upload API that you can host yourself. :rice_scene:
https://www.pictshare.net
Apache License 2.0
845 stars 126 forks source link

Image hashes are not calculated correctly for JPEGS #56

Closed geek-at closed 6 years ago

geek-at commented 6 years ago

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.