I was look at how to remove exif data from photos I had copied to my Mac. I used AppleScript to achieve this:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Open Script Editor on your Mac (found in Applications > Utilities).
Paste the script
Hit the run button
This script lets you select one or more images, uses the sips command with the -s formatOptions none option to remove the metadata. It makes a backup copy of the image with .backup extension.
Leave a comment