GoLang Gmagick::previousimage

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



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

PHP Gmagick::previousimage

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

Gmagick::previousimage

(PECL gmagick >= Unknown)

Gmagick::previousimageMove to the previous image in the object

Description

public bool Gmagick::previousimage ( void )

Associates the previous image in an image list with the Gmagick object.

Parameters

This function has no parameters.

Return Values

Returns TRUE on success or FALSE on failure.

Errors/Exceptions

Throws an GmagickException on error.