ExifTool Forum

General => Metadata => Topic started by: indy80s on May 07, 2018, 04:04:08 PM

Title: Is it possible to get paths count and/or names saved in JPG by Photoshop
Post by: indy80s on May 07, 2018, 04:04:08 PM
I used imagemagic but I didnt found solution. I need to know how many paths created in Photoshop are in jpg file.
Title: Re: Is it possible to get paths count and/or names saved in JPG by Photoshop
Post by: Phil Harvey on May 07, 2018, 07:43:57 PM
You can do this with the config_files/photoshop_paths.config file included in the full distribution (click here to download (https://sourceforge.net/p/exiftool/code/ci/master/tree/config_files/photoshop_paths.config?format=raw)):

exiftool -config photoshop_paths.config -pathcount -allpaths FILE

This will show the number of paths and their names.

- Phil
Title: Re: Is it possible to get paths count and/or names saved in JPG by Photoshop
Post by: indy80s on May 09, 2018, 03:42:25 AM
Works, thanks!