PHP:imageantialias()的用法 PHP

imageantialias (PHP 4 >= 4.3.2, PHP 5) imageantialias — 是否使用抗锯齿(antialias)功能 说明 bool imageantialias ( resource $image , bool $enabled ) 对线
标签: php php教程

发布于  2024-3-1 21:45

PHP:imagealphablending()的用法 PHP

imagealphablending (PHP 4 >= 4.0.6, PHP 5) imagealphablending — 设定图像的混色模式 说明 bool imagealphablending ( resource $image , bool $blendmode ) imageal
标签: php php教程

发布于  2024-3-1 21:45

PHP:getimagesize()的用法 PHP

getimagesize (PHP 4, PHP 5) getimagesize — 取得图像大小 说明 array getimagesize ( string $filename [, array &$imageinfo ] ...
标签: php php教程

发布于  2024-3-1 21:45

PHP:imageaffine()的用法 PHP

imageaffine (PHP 5 >= 5.5.0) imageaffine — 返回经过仿射变换后的图像,剪切区域可选 说明 resource imageaffine ( resource $image , array $affine [, array $c
标签: php php教程

发布于  2024-3-1 21:45

PHP:image2wbmp()的用法 PHP

image2wbmp (PHP 4 >= 4.0.5, PHP 5) image2wbmp — 以 WBMP 格式将图像输出到浏览器或文件 说明 int image2wbmp ( resource $image [, string $filename [, i
标签: php php教程

发布于  2024-3-1 21:45

PHP:imagefilltoborder()的用法 PHP

imagefilltoborder (PHP 4, PHP 5) imagefilltoborder — 区域填充到指定颜色的边界为止 说明 bool imagefilltoborder ( resource $image , int $x , int $y
标签: php php教程

发布于  2024-3-1 21:45

PHP:imagefilledpolygon()的用法 PHP

imagefilledpolygon (PHP 4, PHP 5) imagefilledpolygon — 画一多边形并填充 说明 bool imagefilledpolygon ( resource $image , array $points , int $num_points , int $colo
标签: php php教程

发布于  2024-3-1 21:45

PHP:imagefilledellipse()的用法 PHP

imagefilledellipse (PHP 4 >= 4.0.6, PHP 5) imagefilledellipse — 画一椭圆并填充 说明 bool imagefilledellipse ( resource $image , int $cx , int $cy , int $width
标签: php php教程

发布于  2024-3-1 21:45

PHP:imagefill()的用法 PHP

imagefill (PHP 4, PHP 5) imagefill — 区域填充 说明 bool imagefill ( resource $image , int $x , int $y , int $color ) imagefill() 在 image 图像的坐标 x
标签: php php教程

发布于  2024-3-1 21:45

PHP:imagedestroy()的用法 PHP

imagedestroy (PHP 4, PHP 5) imagedestroy — 销毁一图像 说明 bool imagedestroy ( resource $image ) imagedestroy() 释放与 image 关联的内存。image 是由图
标签: php php教程

发布于  2024-3-1 21:45