|
ImagickPixelIterator::getNextIteratorRowReturns the next row of the pixel iterator Beschreibung
array ImagickPixelIterator::getNextIteratorRow
( void
)
Warnung
Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung. Returns the next row as an array of pixel wands from the pixel iterator. RückgabewerteReturns the next row as an array of ImagickPixel objects, throwing ImagickPixelIteratorException on error. Beispiele
Beispiel #1 ImagickPixelIterator::getNextIteratorRow
<?php |