Home > PHP > Function > > ImagickPixelIterator::getNextIteratorRow()

ImagickPixelIterator::getNextIteratorRow()

ImagickPixelIterator::getNextIteratorRow - Returns the next row of the pixel iterator

Syntax

array ImagickPixelIterator::getNextIteratorRow ()

Arguments

-

Description

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

Version

PHP PECL imagick 2.0.0

Return value

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