PHP:imagesetinterpolation()的用法 PHP
imagesetinterpolation
(PHP 5 >= 5.5.0)
imagesetinterpolation — Set the interpolation method
说明
bool imagesetinterpolation
( resource $image
[, int $method = IMG_BILINEAR_FIX
PHP:imagerotate()的用法 PHP
imagerotate
(PHP 4 >= 4.3.0, PHP 5)
imagerotate — 用给定角度旋转图像
说明
resource imagerotate
( resource $image
, float $angle
, int $bgd_color
[, int $ignore_
PHP:imagescale()的用法 PHP
imagescale
(PHP 5 >= 5.5.0)
imagescale — Scale an image using the given new width and height
说明
resource imagescale
( resource $image
, int $new_width
[, int $new_height
PHP:imagesetbrush()的用法 PHP
imagesetbrush (PHP 5 = 5.5.0)
imagesetbrush — 设定画线用的画笔图像 说明 bool imagesetbrush ( resource $image , resource $brus...
PHP:imagesavealpha()的用法 PHP
imagesavealpha
(PHP 4 >= 4.3.2, PHP 5)
imagesavealpha — 设置标记以在保存 PNG 图像时保存完整的 alpha 通道信息(与单一透明色相反)
说明
bool imagesavealph
PHP:imagerectangle()的用法 PHP
imagerectangle
(PHP 4, PHP 5)
imagerectangle — 画一个矩形
说明
bool imagerectangle
( resource $image
, int $x1
, int $y1
, int $x2
, int $y2
,
PHP:imagepstext()的用法 PHP
imagepstext
(PHP 4, PHP 5)
imagepstext — 用 PostScript Type1 字体把文本字符串画在图像上
说明
array imagepstext
( resource $image
, string $text
, resource $font_
PHP:imagepsslantfont()的用法 PHP
imagepsslantfont (PHP 4, PHP 5)
imagepsslantfont — 倾斜某字体 说明 bool imagepsslantfont ( resource $font_index , float $...
PHP:imagepsloadfont()的用法 PHP
imagepsloadfont
(PHP 4, PHP 5)
imagepsloadfont — 从文件中加载一个 PostScript Type 1 字体
说明
resource imagepsloadfont
( string $filename
)
从文件 filename 中
PHP:imagepsextendfont()的用法 PHP
imagepsextendfont (PHP 4, PHP 5)
imagepsextendfont — 扩充或精简字体 说明 bool imagepsextendfont ( resource $font_index , fl...