IMAGICK.SETIMAGEINDEX(3) 1 IMAGICK.SETIMAGEINDEX(3)
Imagick::setImageIndex - Set the iterator position
SYNOPSIS
bool Imagick::setImageIndex (int $index)
DESCRIPTION
Set the iterator to the position in the image list specified with the index parameter.
This method has been deprecated. See Imagick.setIteratorIndex(3).
PARAMETERS
o $index
- The position to set the iterator to
RETURN VALUES
Returns TRUE on success.
ERRORS
/EXCEPTIONS
Throws ImagickException on error.
PHP Documentation Group IMAGICK.SETIMAGEINDEX(3)