Is there a sample command line for keeping the original date in the EXIF Data while removing all the rest of the data? I tried to do it with Irfanview but it does not work even though it gives you the option to save the original date, it only saves with the current date.
Thanks,
Dan
Hi Dan,
This may do what you want:
exiftool -all= -tagsfromfile @ -datetimeoriginal FILE
- Phil