actually i wan to get all layer name in psd ,include adjustment layer name and group name.
use this cmd
magick identify -format "%[label]" E:\test.psd
i get layer names.
but adjustment layer name and group name still not include.
how can i get them in cmd?
here is test.psd.in it where named:"can i get this name?" is the name i wan to get.
http://sjimg.b0.upaiyun.com/test.psd
how to get psd adjustment layer name and group name by cmd
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: how to get psd adjustment layer name and group name by cmd
IM does not know about layer names, nor adjustment layers, nor layer groups in PSD files as far as I know. It can only separate simple layers (by layer number)
Re: how to get psd adjustment layer name and group name by cmd
English is not very good.Perhaps I have not expressed very well
can you see this image i draw it
http://sjimg.b0.upaiyun.com/explain.jpg
can you see this image i draw it
http://sjimg.b0.upaiyun.com/explain.jpg
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: how to get psd adjustment layer name and group name by cmd
ImageMagick doesn't read the adjustment layer or the group. So it doesn't read their names.
snibgo's IM pages: im.snibgo.com
Re: how to get psd adjustment layer name and group name by cmd
Oh, well, I know. thanks