PHP:imagealphablending()的用法 PHP
imagealphablending
(PHP 4 >= 4.0.6, PHP 5)
imagealphablending — 设定图像的混色模式
说明
bool imagealphablending
( resource $image
, bool $blendmode
)
imageal
PHP:imageantialias()的用法 PHP
imageantialias
(PHP 4 >= 4.3.2, PHP 5)
imageantialias — 是否使用抗锯齿(antialias)功能
说明
bool imageantialias
( resource $image
, bool $enabled
)
对线
PHP:imagecharup()的用法 PHP
imagecharup
(PHP 4, PHP 5)
imagecharup — 垂直地画一个字符
说明
bool imagecharup
( resource $image
, int $font
, int $x
, int $y
, string $c
, int $color
)
PHP:imagecolorallocatealpha()的用法 PHP
imagecolorallocatealpha
(PHP 4 >= 4.3.2, PHP 5)
imagecolorallocatealpha — 为一幅图像分配颜色 + alpha
说明
int imagecolorallocatealpha
( resource $image
, int $re
PHP:imagearc()的用法 PHP
imagearc
(PHP 4, PHP 5)
imagearc — 画椭圆弧
说明
bool imagearc
( resource $image
, int $cx
, int $cy
, int $w
, int $h
, int $s
, int $e
, int $color
)
PHP:imagechar()的用法 PHP
imagechar
(PHP 4, PHP 5)
imagechar — 水平地画一个字符
说明
bool imagechar
( resource $image
, int $font
, int $x
, int $y
, string $c
, int $color
)
PHP:imagecolorallocate()的用法 PHP
imagecolorallocate
(PHP 4, PHP 5)
imagecolorallocate — 为一幅图像分配颜色
说明
int imagecolorallocate
( resource $image
, int $red
, int $green
, int $blue
)
PHP:imagecolorclosestalpha()的用法 PHP
imagecolorclosestalpha
(PHP 4 >= 4.0.6, PHP 5)
imagecolorclosestalpha — 取得与指定的颜色加透明度最接近的颜色
说明
int imagecolorclosestalpha
( resource $image
PHP:imagecolorclosest()的用法 PHP
imagecolorclosest
(PHP 4, PHP 5)
imagecolorclosest — 取得与指定的颜色最接近的颜色的索引值
说明
int imagecolorclosest
( resource $image
, int $red
, int $
PHP:imagecolordeallocate()的用法 PHP
imagecolordeallocate
(PHP 4, PHP 5)
imagecolordeallocate — 取消图像颜色的分配
说明
bool imagecolordeallocate
( resource $image
, int $color
)
imagecolordealloca