(PECL gmagick >= Unknown)
Sommario dellla classe
Gmagick
{
public Gmagick blurimage
(
float $radius
,
float $sigma
[,
int $channel
] )
public Gmagick chopimage
(
int $width
,
int $height
,
int $x
,
int $y
)
public Gmagick clear
(
void
)
public Gmagick cropimage
(
int
$width
,
int
$height
,
int $x
,
int $y
)
public Gmagick embossimage
(
float $radius
,
float $sigma
)
public Gmagick frameimage
(
GmagickPixel $color
,
int $width
,
int $height
,
int $inner_bevel
,
int $outer_bevel
)
public mixed levelimage
(
float $blackPoint
,
float $gamma
,
float $whitePoint
[,
int $channel
= Gmagick::CHANNEL_DEFAULT
] )
public void modulateimage
(
float $brightness
,
float $saturation
,
float $hue
)
public void motionblurimage
(
float $radius
,
float $sigma
,
float $angle
)
public void newimage
(
int $width
,
int $height
,
string $background
[,
string $format
] )
public void quantizeimage
(
int $numColors
,
int $colorspace
,
int $treeDepth
,
bool $dither
,
bool $measureError
)
public void quantizeimages
(
int $numColors
,
int $colorspace
,
int $treeDepth
,
bool $dither
,
bool $measureError
)
public array queryfonts
([
string $pattern
= "*"
] )
public void radialblurimage
(
float $angle
[,
int $channel
= Gmagick::CHANNEL_DEFAULT
] )
public void raiseimage
(
int $width
,
int $height
,
int $x
,
int $y
,
bool $raise
)
public void read
(
string $filename
)
public void readimageblob
(
string $imageContents
[,
string $filename
] )
public void resampleimage
(
float $xResolution
,
float $yResolution
,
int $filter
,
float $blur
)
public void resizeimage
(
int $width
,
int $height
,
int $filter
,
float $blur
[,
bool $fit
= false
] )
public Gmagick scaleimage
(
int $width
,
int $height
[,
bool $fit
= false
] )
public Gmagick setsize
(
int $columns
,
int $rows
)
public Gmagick thumbnailimage
(
int $width
,
int $height
[,
bool $fit
= false
] )
public void write
(
string $filename
)
public Gmagick writeimage
(
string $filename
[,
bool $all_frames
= false
] )
}