[magick-users] Photoshop Layers full name?
Alex Robinson
imagemagick at alex.cloudband.com
Wed Sep 13 14:02:23 CDT 2006
>$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.
More information about the Magick-users
mailing list