Simple Mac OS X exiftool usage

Started by macmacmac, September 26, 2011, 08:47:35 AM

Previous topic - Next topic

macmacmac

Maybe this is well known, I didn't search.
Anyway, to get the exif data of an image quickly using OS X:

1) Launch the Terminal app
2) Type exiftool followed by a blank
3) Drag and drop the image file into the terminal window
4) Hit RETURN

Phil Harvey

Quote from: macmacmac on September 26, 2011, 08:47:35 AM
3) Drag and drop the image file into the terminal window

Yes. This is a neat feature of the OS X Termal app.  You can also drop multiple files and folders and it works great too!

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

macmacmac

#2
Sorry, seconds after I posted this I found your exiftool for Dummies page.
Good work and thanks a lot for this free tool.

PH Edit: Added link for the benefit of everyone else