ImagickPixel::setHSL
ImagickPixelIterator::clear
ImageMagick
PHP Manual
کلاس
ImagickPixelIterator
Class synopsis
ImagickPixelIterator
{
bool
clear
(
void
)
ImagickPixelIterator
__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
)
}
Table of Contents
ImagickPixelIterator::clear
— پاک کردن منابع مربوط به PixelIterator
ImagickPixelIterator::__construct
— سازنده ImagickPixelIterator
ImagickPixelIterator::destroy
— حذف منابع مربوط به 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
— بازگرداندن تکرارکننده پیکسل جدید
ImagickPixelIterator::newPixelRegionIterator
— Returns a new pixel iterator
ImagickPixelIterator::resetIterator
— Resets the pixel iterator
ImagickPixelIterator::setIteratorFirstRow
— تعیین تکرارکننده پیکسل به اولین ردیف پیکسل
ImagickPixelIterator::setIteratorLastRow
— تعیین تکرارکننده پیکسل به آخرین ردیف پیکسل
ImagickPixelIterator::setIteratorRow
— تعیین ردیف تکرارکننده پیکسل
ImagickPixelIterator::syncIterator
— همزمانسازی تکرارکننده پیکسل
ImagickPixel::setHSL
ImagickPixelIterator::clear
ImageMagick
PHP Manual