Is it possible to clear all EXIF and IPTC data when saving a file as jpg? - I already have the saving as… part
Thanks in advance,
Peter
Is it possible to clear all EXIF and IPTC data when saving a file as jpg? - I already have the saving as… part
Thanks in advance,
Peter
If your images are small enough to pass thru save for web as jpeg then this strips this data.
Thanks Mark.
But I found another solution “EXIFTOOL”
do shell script "exiftool -r -overwrite_original -all= /jpeg_folder/
Clearing all the EXIF and IPTC data takes just a couple of seconds for 4000 images - Great tool!!
–Peter–