update : 2015.11.03
php.shukuma.com검색:
|
The Gmagick class(PECL gmagick >= Unknown) 소개
클래스 개요
Gmagick
{
/* 메소드 */
public Gmagick annotateimage
( GmagickDraw
$GmagickDraw
, float $x
, float $y
, float $angle
, string $text
)
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 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 resizeimage
( int
}$width
, int $height
, int $filter
, float $blur
[, bool $fit = false
] )Table of Contents
|