The ImagickPixelIterator class
PHP Manual

ImagickPixelIterator::resetIterator

(PECL imagick 2.0.0)

ImagickPixelIterator::resetIteratorResets the pixel iterator

Описание

bool ImagickPixelIterator::resetIterator ( void )
Внимание

К настоящему времени эта функция еще не была документирована; для ознакомления доступен только список аргументов.

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

Возвращаемые значения

В случае успешной работы возвращает TRUE.


The ImagickPixelIterator class
PHP Manual