Is it possible to get paths count and/or names saved in JPG by Photoshop

Started by indy80s, May 07, 2018, 04:04:08 PM

Previous topic - Next topic

indy80s

I used imagemagic but I didnt found solution. I need to know how many paths created in Photoshop are in jpg file.

Phil Harvey

You can do this with the config_files/photoshop_paths.config file included in the full distribution (click here to download):

exiftool -config photoshop_paths.config -pathcount -allpaths FILE

This will show the number of paths and their names.

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