Page 1 of 1

Layer Group information

Posted: 2010-02-28T12:06:18-07:00
by foxpaul
Hi all,
is it possible to access information about a psd documents layer groups, rather than individual layers only?
If i create an image list, each layer is an image magick object, but I cant find any information in the layer about which group it belongs to.

Any ideas?
best,
paul.

Re: Layer Group information

Posted: 2010-02-28T12:58:13-07:00
by magick
Add -debug coder to your command line. In addition, we associate a layer name as an image label. Type
  • identify -verbose image.psd
and look for psd:layer.x, psd:layer.y, etc. for additional layer information.

Re: Layer Group information

Posted: 2010-03-01T13:36:45-07:00
by foxpaul
magick wrote:Add -debug coder to your command line. In addition, we associate a layer name as an image label. Type
  • identify -verbose image.psd
and look for psd:layer.x, psd:layer.y, etc. for additional layer information.
thanks very much - i'll take a look at what extra information i can get from that command.

Re: Layer Group information

Posted: 2011-05-21T03:18:32-07:00
by MikeOwen
Hi,
I'm looking to access the PSD group names but the verbose command does not provide any useful info.
Can PSD group names be supported, please!
Thanks,
Mike