LOG IN
BEGINNER GUIDES
|
PHP CLASSES
|
CODE SEARCH
|
ARTICLES SEARCH
|
PHP FORUMS
|
PHP MANUAL
|
PHP FUNCTIONS LIST
|
WEB SITE TEMPLATES
Start typing to search for PHP and MySQL Code Snippets and Articles
Submit Your Code
SEO Monitor
UpTime Monitor
PHP Code Contest
My Favorite Examples
My Favorite Articles
Update Your Profile
More Weber Sites
PHP Code Search
Web Development Forums
Learn MySQL Playing Trivia
PHPBB2 Templates
Web Development Index
PHP Web Logs (BLogs)
Web Development Resources
Web Development Content
Recommended Links
PHPClasses
PHP Editor
PHP Jobs
Vision.To Design
Ajax Tutorials
PHP Programming Help
PHP/MySQL Programming
Webmaster Resources
Webmaster Forum
XML meta language
website builder
Recommended
Submit Site
Forex Trading
Online forex trading platform
The ImagickPixelIterator class
ImageMagick
ImagickPixelIterator::clear
ImageMagick
PHP Manual
The
ImagickPixelIterator
class
Class synopsis
ImagickPixelIterator
ImagickPixelIterator
{
bool
ImagickPixelIterator::clear
(
void
)
ImagickPixelIterator
ImagickPixelIterator::__construct
(
Imagick
$wand
)
bool
ImagickPixelIterator::destroy
(
void
)
array
ImagickPixelIterator::getCurrentIteratorRow
(
void
)
int
ImagickPixelIterator::getIteratorRow
(
void
)
array
ImagickPixelIterator::getNextIteratorRow
(
void
)
array
ImagickPixelIterator::getPreviousIteratorRow
(
void
)
bool
ImagickPixelIterator::newPixelIterator
(
Imagick
$wand
)
bool
ImagickPixelIterator::newPixelRegionIterator
(
Imagick
$wand
,
int
$x
,
int
$y
,
int
$columns
,
int
$rows
)
bool
ImagickPixelIterator::resetIterator
(
void
)
bool
ImagickPixelIterator::setIteratorFirstRow
(
void
)
bool
ImagickPixelIterator::setIteratorLastRow
(
void
)
bool
ImagickPixelIterator::setIteratorRow
(
int
$row
)
bool
ImagickPixelIterator::syncIterator
(
void
)
}
Table of Contents
ImagickPixelIterator::clear
— Clear resources associated with a PixelIterator
ImagickPixelIterator::__construct
— The ImagickPixelIterator constructor
ImagickPixelIterator::destroy
— Deallocates resources associated with a PixelIterator
ImagickPixelIterator::getCurrentIteratorRow
— Returns the current row of ImagickPixel objects
ImagickPixelIterator::getIteratorRow
— Returns the current pixel iterator row
ImagickPixelIterator::getNextIteratorRow
— Returns the next row of the pixel iterator
ImagickPixelIterator::getPreviousIteratorRow
— Returns the previous row
ImagickPixelIterator::newPixelIterator
— Returns a new pixel iterator
ImagickPixelIterator::newPixelRegionIterator
— Returns a new pixel iterator
ImagickPixelIterator::resetIterator
— Resets the pixel iterator
ImagickPixelIterator::setIteratorFirstRow
— Sets the pixel iterator to the first pixel row
ImagickPixelIterator::setIteratorLastRow
— Sets the pixel iterator to the last pixel row
ImagickPixelIterator::setIteratorRow
— Set the pixel iterator row
ImagickPixelIterator::syncIterator
— Syncs the pixel iterator
ImageMagick
ImagickPixelIterator::clear
ImageMagick
PHP Manual