array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'imagick.getimagealphachannel.php', 1 => 'Imagick::getImageAlphaChannel', 2 => 'Checks if the image has an alpha channel', ), 'up' => array ( 0 => 'class.imagick.php', 1 => 'Imagick', ), 'prev' => array ( 0 => 'imagick.getimage.php', 1 => 'Imagick::getImage', ), 'next' => array ( 0 => 'imagick.getimageartifact.php', 1 => 'Imagick::getImageArtifact', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/imagick/imagick/getimagealphachannel.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>
(PECL imagick 2 >= 2.3.0, PECL imagick 3)
Imagick::getImageAlphaChannel — Checks if the image has an alpha channel
Returns whether the image has an alpha channel.
Diese Funktion besitzt keine Parameter.
Returns true if the image has an alpha channel value and false if not,
i.e. the image is RGB rather than RGBA
or CMYK rather than CMYKA.
Wirft ImagickException bei Fehlern.