Imagick::setImageAlphaChannel
(PECL imagick 2 >= 2.1.0, PECL imagick 3)
Imagick::setImageAlphaChannel — Sets image alpha channel
Beschreibung
$mode
): bool
Activate or deactivate image alpha channel. The mode
is one of the Imagick::ALPHACHANNEL_*
constants.
Diese Funktion ist verfügbar, wenn Imagick gegen die ImageMagick-Version 6.3.8 oder höher kompiliert wurde.
Parameter-Liste
-
mode
-
One of the
Imagick::ALPHACHANNEL_*
constants
Rückgabewerte
Liefert true
bei Erfolg.
Fehler/Exceptions
Wirft ImagickException bei Fehlern.