jmathai / elodie

An EXIF-based photo assistant, organizer and workflow automation tool.
https://bit.ly/introducing-elodie
Apache License 2.0
1.25k stars 137 forks source link

Calculate checksum of image without EXIF-data #445

Open fredrike opened 1 year ago

fredrike commented 1 year ago

It would be great if the checksum were calculated of the image-data and not the file. Also store the checksum within the image would be good (so the process of calculating checksum is not needed everytime).

Example on how it can be made: https://stackoverflow.com/a/12175980