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
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.
You should write a pocket guide to ExifTool!!
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