The ImagickPixelIterator class
PHP Manual

ImagickPixelIterator::getNextIteratorRow

(PECL imagick 2.0.0)

ImagickPixelIterator::getNextIteratorRowReturns the next row of the pixel iterator

Beschreibung

array ImagickPixelIterator::getNextIteratorRow ( void )
Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

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

Rückgabewerte

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


The ImagickPixelIterator class
PHP Manual