ImagickPixelIterator
PHP Manual

ImagickPixelIterator::getCurrentIteratorRow

(PECL imagick 2.0.0)

ImagickPixelIterator::getCurrentIteratorRowReturns the current row of ImagickPixel objects

Beschreibung

array ImagickPixelIterator::getCurrentIteratorRow ( void )
Warnung

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

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

Rückgabewerte

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


ImagickPixelIterator
PHP Manual