PHP 8.3.4 Released!

ImagickPixelIterator::newPixelIterator

(PECL imagick 2, PECL imagick 3)

ImagickPixelIterator::newPixelIteratorReturns a new pixel iterator

Description

public ImagickPixelIterator::newPixelIterator(Imagick $wand): bool
Warning

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

Returns a new pixel iterator.

Return Values

Returns true on success. Throwing ImagickPixelIteratorException.

add a note

User Contributed Notes

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