(PECL imagick 2.0.0)
Set the iterator position
bool Imagick::setImageIndex ( int $index )
Set the iterator to the position in the image list specified with the index parameter.
This method has been deprecated. See Imagick::setIteratorIndex().
Parameters:
index
The position to set the iterator to
Returns:
Returns TRUE
on success.
Exception:
Throws ImagickException on error.
Please login to continue.