ImagickPixelIterator::resetIterator

(PECL imagick 2.0.0)

ImagickPixelIterator::resetIteratorResets the pixel iterator

Beskrivelse

bool ImagickPixelIterator::resetIterator ( void )
Advarsel

This function is currently not documented; only its argument list is available.

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

Returnerings Værdier

Returns TRUE on success.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top