GoLang Gmagick::hasnextimage

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



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

PHP Gmagick::hasnextimage

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

Gmagick::hasnextimage

(PECL gmagick >= Unknown)

Gmagick::hasnextimageChecks if the object has more images

Description

public mixed Gmagick::hasnextimage ( void )

Returns TRUE if the object has more images when traversing the list in the forward direction.

Parameters

This function has no parameters.

Return Values

Returns TRUE if the object has more images when traversing the list in the forward direction, returns FALSE if there are none.

Errors/Exceptions

Throws an GmagickException on error.