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 |
| imagecolorset(3) - php |
| imagick.setimagedelay(3) - php |
| imagick.thumbnailimage(3) - php |
| imagick.optimizeimagelayers(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| NIC problem |
| pick first 100 symbols along with its contents |
| awk programming |
| Directories getting 100% capacity |
| Repeat line convert upper line |