CLIPPING PATHS IN IMAGES

Started by Alsie_ICP, December 02, 2020, 08:15:17 AM

Previous topic - Next topic

Alsie_ICP

Hi all,
I am totally new to this so am looking for guidance and help if possible.
Looking to find out if there is a way to search through possibly 100's of photoshop images to see if they have a clipping paths on without opening them in photoshop?
Is this possible and is there a guide on how to do it? And can it sort them in to 2 folders (this with and those without)

Thanks

StarGeek

Try this
exiftool -if "$ClippingPathName" "-Directory=/path/to/ClippingPathImages/" /path/to/files/

That will move any file containing a ClippingPathName to a new directory.  If on Mac/Linux, swap double/single quotes.
"It didn't work" isn't helpful. What was the exact command used and the output.
Read FAQ #3 and use that cmd
Please use the Code button for exiftool output

Please include your OS/Exiftool version/filetype

blue-j

You should write a pocket guide to ExifTool!! 

Phil Harvey

Quote from: blue-j on December 05, 2020, 02:33:54 PM
You should write a pocket guide to ExifTool!!

How big is your pocket? ;)

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