Gmagick クラス
(PECL gmagick >= Unknown)
はじめに
クラス概要
class Gmagick
{
/* メソッド */
public annotateimage(
GmagickDraw
float
float
float
string
): Gmagick
GmagickDraw
$GmagickDraw
,float
$x
,float
$y
,float
$angle
,string
$text
): Gmagick
public frameimage(
GmagickPixel
int
int
int
int
): Gmagick
GmagickPixel
$color
,int
$width
,int
$height
,int
$inner_bevel
,int
$outer_bevel
): Gmagick
public levelimage(
float
float
float
int
): mixed
float
$blackPoint
,float
$gamma
,float
$whitePoint
,int
$channel
= Gmagick::CHANNEL_DEFAULT): mixed
public quantizeimage(
int
int
int
bool
bool
): Gmagick
}int
$numColors
,int
$colorspace
,int
$treeDepth
,bool
$dither
,bool
$measureError
): Gmagick