Man Page: imagick.setiteratorindex
Operating Environment: php
Section: 3
IMAGICK.SETITERATORINDEX(3) 1 IMAGICK.SETITERATORINDEX(3) Imagick::setIteratorIndex - Set the iterator positionSYNOPSISbool Imagick::setIteratorIndex (int $index)DESCRIPTIONSet the iterator to the position in the image list specified with the index parameter. This method is available if Imagick has been com- piled against ImageMagick version 6.2.9 or newer.PARAMETERSo $index - The position to set the iterator toRETURN VALUESReturns TRUE on success.EXAMPLESExample #1 Using Imagick.setIteratorIndex(3): Create images, set and get the iterator index <?php $im = new Imagick(); $im->newImage(100, 100, new ImagickPixel("red")); $im->newImage(100, 100, new ImagickPixel("green")); $im->newImage(100, 100, new ImagickPixel("blue")); $im->setIteratorIndex(1); echo $im->getIteratorIndex(); ?>SEE ALSOImagick.getIteratorIndex(3), Imagick.getImageIndex(3), Imagick.setImageIndex(3). PHP Documentation Group IMAGICK.SETITERATORINDEX(3)
| Related Man Pages |
|---|
| imagick.setfont(3) - php |
| imagick(3) - php |
| imagickdraw(3) - php |
| ps_set_text_pos(3) - php |
| imagick.setimagedelay(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| Match words |
| Awk help |
| NIC problem |
| Repeat line convert upper line |
| awk |