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

ImagickPixelIterator::resetIterator()

ImagickPixelIterator::resetIterator - Resets the pixel iterator

Syntax

bool ImagickPixelIterator::resetIterator ()

Arguments

-

Description

Resets the pixel iterator. Use it in conjunction with ImagickPixelIterator::getNextIteratorRow() to iterate over all the pixels in a pixel container.

Version

PHP PECL imagick 2.0.0

Return value

Returns TRUE on success.