The Imagick class
PHP Manual

Imagick::getImageClipMask

()

Imagick::getImageClipMaskGets image clip mask

Beschreibung

Imagick Imagick::getImageClipMask ( void )

Returns the image clip mask. The clip mask is an Imagick object containing the clip mask. This method is available if Imagick has been compiled against ImageMagick version 6.3.6 or newer.

Rückgabewerte

Returns an Imagick object containing the clip mask. Throw an ImagickException on error.

Fehler/Exceptions

Wirft ImagickException bei Fehlern.


The Imagick class
PHP Manual