ImagickPixelIterator
{
bool clear
( void
)
__construct
( Imagick $wand
)
bool destroy
( void
)
array getCurrentIteratorRow
( void
)
int getIteratorRow
( void
)
array getNextIteratorRow
( void
)
array getPreviousIteratorRow
( void
)
bool newPixelIterator
( Imagick $wand
)
bool newPixelRegionIterator
( Imagick $wand
, int $x
, int $y
, int $columns
, int $rows
)
bool resetIterator
( void
)
bool setIteratorFirstRow
( void
)
bool setIteratorLastRow
( void
)
bool setIteratorRow
( int $row
)
bool syncIterator
( void
)
}