ImagickPixelIterator
class ImagickPixelIterator implements Iterator (View source)
Methods
(PECL imagick 2.0.0)
Returns a new pixel iterator
(PECL imagick 2.0.0)
Returns the current pixel iterator row
(PECL imagick 2.0.0)
Set the pixel iterator row
(PECL imagick 2.0.0)
Sets the pixel iterator to the first pixel row
(PECL imagick 2.0.0)
Sets the pixel iterator to the last pixel row
(PECL imagick 2.0.0)
Returns the previous row
(PECL imagick 2.0.0)
Returns the current row of ImagickPixel objects
(PECL imagick 2.0.0)
Returns the next row of the pixel iterator
(PECL imagick 2.0.0)
Resets the pixel iterator
(PECL imagick 2.0.0)
Syncs the pixel iterator
(PECL imagick 2.0.0)
Deallocates resources associated with a PixelIterator
(PECL imagick 2.0.0)
Clear resources associated with a PixelIterator
No description
No description
No description
No description
No description
Details
__construct(Imagick $wand)
(PECL imagick 2.0.0)
The ImagickPixelIterator constructor
bool
newPixelIterator(Imagick $wand)
(PECL imagick 2.0.0)
Returns a new pixel iterator
bool
newPixelRegionIterator(Imagick $wand, int $x, int $y, int $columns, int $rows)
(PECL imagick 2.0.0)
Returns a new pixel iterator
int
getIteratorRow()
(PECL imagick 2.0.0)
Returns the current pixel iterator row
bool
setIteratorRow(int $row)
(PECL imagick 2.0.0)
Set the pixel iterator row
bool
setIteratorFirstRow()
(PECL imagick 2.0.0)
Sets the pixel iterator to the first pixel row
bool
setIteratorLastRow()
(PECL imagick 2.0.0)
Sets the pixel iterator to the last pixel row
array
getPreviousIteratorRow()
(PECL imagick 2.0.0)
Returns the previous row
array
getCurrentIteratorRow()
(PECL imagick 2.0.0)
Returns the current row of ImagickPixel objects
array
getNextIteratorRow()
(PECL imagick 2.0.0)
Returns the next row of the pixel iterator
bool
resetIterator()
(PECL imagick 2.0.0)
Resets the pixel iterator
bool
syncIterator()
(PECL imagick 2.0.0)
Syncs the pixel iterator
bool
destroy()
(PECL imagick 2.0.0)
Deallocates resources associated with a PixelIterator
bool
clear()
(PECL imagick 2.0.0)
Clear resources associated with a PixelIterator
static
getpixeliterator(Imagick $Imagick)
No description
static
getpixelregioniterator(Imagick $Imagick, $x, $y, $columns, $rows)
No description
mixed
key()
No description
void
next()
No description
void
rewind()
No description
mixed
current()
No description
bool
valid()
No description