I used imagemagic but I didnt found solution. I need to know how many paths created in Photoshop are in jpg file.
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
Works, thanks!