The Gmagick class
(PECL gmagick >= Unknown)
类摘要
class Gmagick
{
public levelimage(
float $blackPoint,
float $gamma,
float $whitePoint,
int $channel = Gmagick::CHANNEL_DEFAULT):
mixed
public newimage(
int $width,
int $height,
string $background,
string $format = ?):
Gmagick
public quantizeimage(
int $numColors,
int $colorspace,
int $treeDepth,
bool $dither,
bool $measureError):
Gmagick
public quantizeimages(
int $numColors,
int $colorspace,
int $treeDepth,
bool $dither,
bool $measureError):
Gmagick
public resizeimage(
int $width,
int $height,
int $filter,
float $blur,
bool $fit = false):
Gmagick
}
目录
There are no user contributed notes for this page.