GoLang Gmagick::getimagematte

request it (229)
GoLang replacement for PHP's Gmagick::getimagematte [edit | history]



Do you know a GoLang replacement for PHP's Gmagick::getimagematte? Write it!

PHP Gmagick::getimagematte

PHP original manual for Gmagick::getimagematte [ show | php.net ]

Gmagick::getimagematte

(PECL gmagick >= Unknown)

Gmagick::getimagematteCheck if the image has a matte channel

Description

public int Gmagick::getimagematte ( void )

Returns TRUE if the image has a matte channel, otherwise FALSE.

Parameters

This function has no parameters.

Return Values

Returns TRUE if the image has a matte channel, otherwise FALSE.

Errors/Exceptions

Throws an GmagickException on error.