Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

hehe299792458

macrumors 6502a
Original poster
Dec 13, 2008
783
3
I'm looking for an app (ideally from the MAS) that can resize images and strip EXIF info (especially GPS) in bulk. This makes it easier for me to post images online. Any suggestions?
 
Graphic Converter can do that, and much much more.

If you go to the website instead of the MAS, they have a demo you can download to try.
 
I have used exiftool in the past to mass-edit photo metadata. Options to delete information and free (but is a command-line program if that is a deal breaker).

https://sourceforge.net/projects/exiftool/files/

For example, to wipe out the Description on a folder full of photos:

Code:
exiftool -Description="" -r -P -progress foldernamehere
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.