ImagickPixelIterator
PHP Manual

ImagickPixelIterator::getNextIteratorRow

(PECL imagick 2.0.0)

ImagickPixelIterator::getNextIteratorRowReturns the next row of the pixel iterator

Descrição

array ImagickPixelIterator::getNextIteratorRow ( void )
Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

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

Valor Retornado

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


ImagickPixelIterator
PHP Manual