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.
Layer Group information
Re: Layer Group information
Add -debug coder to your command line. In addition, we associate a layer name as an image label. Type
- identify -verbose image.psd
Re: Layer Group information
thanks very much - i'll take a look at what extra information i can get from that command.magick wrote:Add -debug coder to your command line. In addition, we associate a layer name as an image label. Type
and look for psd:layer.x, psd:layer.y, etc. for additional layer information.
- identify -verbose image.psd
Re: Layer Group information
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
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