|
The Imagick class
Class synopsis
Imagick
Imagick
implements
Iterator
,
Traversable
{
bool Imagick::levelImage
( float $blackPoint
, float $gamma
, float $whitePoint
[, int $channel
] )
bool Imagick::paintFloodfillImage
( mixed $fill
, float $fuzz
, mixed $bordercolor
, int $x
, int $y
)
bool Imagick::quantizeImage
( int $numberColors
, int $colorspace
, int $treedepth
, bool $dither
, bool $measureError
)
bool Imagick::quantizeImages
( int $numberColors
, int $colorspace
, int $treedepth
, bool $dither
, bool $measureError
)
bool Imagick::roundCorners
( float $x_rounding
, float $y_rounding
[, float $stroke_width
[, float $displace
[, float $size_correction
]]] )
}
Image methods and global methods
The Imagick class has the ability to hold and operate on multiple
images simultaneously. This is achieved through an internal stack. There
is always an internal pointer that points at the current image. Some
functions operate on all images in the Imagick class, but most operate
only on the current image in the internal stack. As a convention, method
names can contain the word Image to denote they affect only the current
image in the stack.
Class Methods
Because there are so many methods, here is a handy list of methods,
somewhat reduced to their general purpose:
Table of Contents
|
|
|
|
|
|