Deleting all info from JPG but keep only the creation date

Started by Recbs, March 14, 2012, 07:28:43 PM

Previous topic - Next topic

Recbs

Hi all, I have a doubt and I can found the way to solve this.

I like clean all info from a JPG photos but ONLY preserving the capture date & time to Flickr take this info to show the info that this picture are taked.
I use to delete all inside my folder of photos:

exiftool -all= *.jpg

But now I like the same sentence preserving the attribute that flickr use to show: "This photo was taken...."

Thanks in advance to all!

BogdanH

Hi,

Try following command:
-all= -TagsFromFile @ -exif:DateTimeOriginal *.jpg


Bogdan

Recbs