ImagickPixelIterator
PHP Manual

ImagickPixelIterator::getCurrentIteratorRow

(PECL imagick 2.0.0)

ImagickPixelIterator::getCurrentIteratorRowReturns the current row of ImagickPixel objects

Descrizione

array ImagickPixelIterator::getCurrentIteratorRow ( void )
Avviso

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

Returns the current row as an array of ImagickPixel objects from the pixel iterator.

Valori restituiti

Returns a row as an array of ImagickPixel objects that can themselves be iterated.


ImagickPixelIterator
PHP Manual