$img->Get('[layer-name]').
I didn't realise you could read photoshop files and access their
layers - that is, cough, wicked cool.
However I'm stumped by actually putting it into practice wit
PerlMagick. I can see the layer info if I run identify -verbose from
the command line, but...
I'm trying
for (my $x = 0; $image->[$x]; $x++) {
my $layer_name = $image->[$x]->Get('[layer-name']);
}
I'm using 6.2.8.
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users