how to get psd adjustment layer name and group name by cmd

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
ohjie
Posts: 6
Joined: 2016-08-14T10:30:26-07:00
Authentication code: 1151

how to get psd adjustment layer name and group name by cmd

Post by ohjie »

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
User avatar
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

Post by fmw42 »

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)
ohjie
Posts: 6
Joined: 2016-08-14T10:30:26-07:00
Authentication code: 1151

Re: how to get psd adjustment layer name and group name by cmd

Post by ohjie »

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
snibgo
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

Post by snibgo »

ImageMagick doesn't read the adjustment layer or the group. So it doesn't read their names.
snibgo's IM pages: im.snibgo.com
ohjie
Posts: 6
Joined: 2016-08-14T10:30:26-07:00
Authentication code: 1151

Re: how to get psd adjustment layer name and group name by cmd

Post by ohjie »

Oh, well, I know. thanks
Post Reply