Hi Phil,
Is there a way I can md5 a raw image (image only no metadata) and write that to an existing of custom tag?
Regards
Wayne
Hi Wayne,
On Mac/Linux, you could do this:
exiftool -TAG="`exiftool FILE -all= -o - | md5`" FILE
But the success of the -all= depends on the type of raw file and the metadata it contains.
- Phil
Thank you Phil thats great but also annoying as I spent 2 hours trying to get it to work.
And if I wanted to run this across a folder of images?
Regards
Wayne
I now know how to process a folder of images, but how do I delete the _original files being created.
Thankyou Phil
Add -overwrite_original to the command.
- Phil