in reply to PerlMagick (Image::Magick) and alpha/matte channels

According to the PerlMagick Documentation, you can get a layer (red, green, blue or matte) with the following command:
$matte_layer = $image->Layer{layer = 'Matte' };
-- PerlMonger::Paris(http => 'paris.pm.org');