GoLang Gmagick::setimageindex

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



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

PHP Gmagick::setimageindex

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

Gmagick::setimageindex

(PECL gmagick >= Unknown)

Gmagick::setimageindexSet the iterator to the position in the image list specified with the index parameter

Description

public Gmagick Gmagick::setimageindex ( int $index )

Set the iterator to the position in the image list specified with the index parameter.

Parameters

index

The scene number.

Return Values

The Gmagick object on success.

Errors/Exceptions

Throws an GmagickException on error.