La clase Gmagick
Introducción
Descripción de la clase.
Clases sinopsis
Gmagick
{
public void blurimage
(
float $radius
,
float $sigma
)
public void chopimage
(
int $width
,
int $height
,
int $x
,
int $y
)
public void clear
(
void
)
public void cropimage
(
int
$width
,
int
$height
,
int $x
,
int $y
)
public void embossimage
(
float $radius
,
float $sigma
)
public void frameimage
(
GmagickPixel $color
,
int $width
,
int $height
,
int $inner_bevel
,
int $outer_bevel
)
public void levelimage
(
float $blackPoint
,
float $gamma
,
float $whitePoint
[,
int $channel
] )
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
,
mixed $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 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
] )
public void scaleimage
(
int $width
,
int $height
)
public void setsize
(
int $columns
,
int $rows
)
public void write
(
string $filename
)
}
Table of Contents