PHP » PYTHON |
login |
register |
about
|
|
The Imagick classClass synopsisImagick
bool annotateImage
( ImagickDraw $draw_settings
, float $x
, float $y
, float $angle
, string $text
)
bool compositeImage
( Imagick $composite_object
, int $composite
, int $x
, int $y
[, int $channel= Imagick::CHANNEL_ALL
] )
bool contrastStretchImage
( float $black_point
, float $white_point
[, int $channel= Imagick::CHANNEL_ALL
] )
bool frameImage
( mixed $matte_color
, int $width
, int $height
, int $inner_bevel
, int $outer_bevel
)
bool levelImage
( float $blackPoint
, float $gamma
, float $whitePoint
[, int $channel= Imagick::CHANNEL_ALL
] )
Imagick montageImage
( ImagickDraw $draw
, string $tile_geometry
, string $thumbnail_geometry
, int $mode
, string $frame
)
bool motionBlurImage
( float $radius
, float $sigma
, float $angle
[, int $channel= Imagick::CHANNEL_DEFAULT
] )
bool paintFloodfillImage
( mixed $fill
, float $fuzz
, mixed $bordercolor
, int $x
, int $y
[, int $channel= Imagick::CHANNEL_ALL
] )
bool paintOpaqueImage
( mixed $target
, mixed $fill
, float $fuzz
[, int $channel= Imagick::CHANNEL_ALL
] )
bool quantizeImage
( int $numberColors
, int $colorspace
, int $treedepth
, bool $dither
, bool $measureError
)
bool quantizeImages
( int $numberColors
, int $colorspace
, int $treedepth
, bool $dither
, bool $measureError
)
bool roundCorners
( float $x_rounding
, float $y_rounding
[, float $stroke_width= 10
[, float $displace= 5
[, float $size_correction= -6
]]] )
bool sigmoidalContrastImage
( bool $sharpen
, float $alpha
, float $beta
[, int $channel= Imagick::CHANNEL_ALL
] )
bool unsharpMaskImage
( float $radius
, float $sigma
, float $amount
, float $threshold
[, int $channel= Imagick::CHANNEL_ALL
] )
}Image methods and global methodsThe 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 MethodsBecause there are so many methods, here is a handy list of methods, somewhat reduced to their general purpose: Table of Contents
|
more
Recently updated
more
Most requested
more
Last requests
|