Main Menu

WLPG Recovery

Started by JL, December 03, 2010, 12:57:19 PM

Previous topic - Next topic

Phil Harvey

I don't know about ExifToolGUI, but you could post a question in that section of the forum if you don't get an answer here.

With ExifTool, the command is:

exiftool -photoshop:all= -ext tif -ext tiff DIR

where DIR is the name of a directory containing the images (like c:\pictures for example).

Here I have added -ext option to only process files with .TIF and .TIFF extensions.  You could also add a -r option to process TIFF's in subdirectories 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 ($).