Imagick::setIteratorIndex()
Imagick::setIteratorIndex - Set the iterator position
Syntax
bool Imagick::setIteratorIndex (
int $index)
Arguments
- index - The position to set the iterator to
Description
Set the iterator to the position in the image list specified with the index parameter. This method is available if Imagick has been compiled against ImageMagick version 6.2.9 or newer.
Version
PHP PECL imagick 2.0.0
Return value
Returns TRUE on success.