ImagickPixelIterator
PHP Manual

ImagickPixelIterator::getNextIteratorRow

(PECL imagick 2.0.0)

ImagickPixelIterator::getNextIteratorRowReturns the next row of the pixel iterator

Descrizione

array ImagickPixelIterator::getNextIteratorRow ( void )
Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

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

Valori restituiti

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


ImagickPixelIterator
PHP Manual