The ImagickPixelIterator class
PHP Manual

ImagickPixelIterator::getNextIteratorRow

(No version information available, might be only in CVS)

ImagickPixelIterator::getNextIteratorRow — Returns the next row of the pixel iterator

Description

array ImagickPixelIterator::getNextIteratorRow ( void )
Avertissement

Cette fonction n'est pas documentée et seule la liste des arguments est disponible.

Returns the next row as an array of pixel wands from the pixel iterator.

Valeurs de retour

Returns ana row as an array of ImagickPixel objects, throwing ImagickPixelIteratorException on error.


The ImagickPixelIterator class
PHP Manual