ImagickPixelIterator::getPreviousIteratorRow()
ImagickPixelIterator::getPreviousIteratorRow - Returns the previous row
Syntax
array ImagickPixelIterator::getPreviousIteratorRow ()
Arguments
-
Description
Returns the previous row as an array of pixel wands from the pixel iterator.
Version
PHP PECL imagick 2.0.0
Return value
Returns the previous row as an array of ImagickPixelWand objects from the ImagickPixelIterator, throwing ImagickPixelIteratorException on error.