How to include / exclude specific formats

Started by Calvin, October 28, 2015, 04:08:30 PM

Previous topic - Next topic

Calvin

Hello,

I want to delete meta tags from JPGs and TIFs but no raw formats RAW, NEF, CR2, etc.  I can't find an option to include or exclude specific formats.  Is it possible?

Thank you.

Phil Harvey

I suggest adding this to your command:

-ext jpg -ext jpeg -ext tif -ext tiff

- 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 ($).

Calvin

Thank you.  Now I see -ext is right there in the documentation.  Don't know how I missed it.