ImagickPixelIterator
PHP Manual

ImagickPixelIterator::getNextIteratorRow

(PECL imagick 2.0.0)

ImagickPixelIterator::getNextIteratorRowReturns the next row of the pixel iterator

Opis

array ImagickPixelIterator::getNextIteratorRow ( void )
Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

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

Zwracane wartości

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


ImagickPixelIterator
PHP Manual