PHP:imagewebp()的用法 PHP

imagewebp (PHP 5 >= 5.5.0) imagewebp — 将 WebP 格式的图像输出到浏览器或文件 说明 bool imagewebp ( resource $image , string $filename ) 将 image 参数
标签: php php教程

发布于  2024-3-1 21:45

PHP:imagewbmp()的用法 PHP

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

发布于  2024-3-1 21:45

PHP:imagexbm()的用法 PHP

imagexbm (PHP 5) imagexbm — 将 XBM 图像输出到浏览器或文件 说明 bool imagexbm ( resource $image , string $filename [, int $foreground ] ) 将 XBM 图像 ima
标签: php php教程

发布于  2024-3-1 21:45

PHP:imagefilledrectangle()的用法 PHP

imagefilledrectangle (PHP 4, PHP 5) imagefilledrectangle — 画一矩形并填充 说明 bool imagefilledrectangle ( resource $image , int $x1 , int $y1 , int $x
标签: php php教程

发布于  2024-3-1 21:45

PHP:imagefilter()的用法 PHP

imagefilter (PHP 5) imagefilter — 对图像使用过滤器 说明 bool imagefilter ( resource $src_im , int $filtertype [, int $arg1 [, int $arg2 [, int $arg3 ]]] )
标签: php php教程

发布于  2024-3-1 21:45

PHP:imageflip()的用法 PHP

imageflip (PHP 5 >= 5.5.0) imageflip — Flips an image using a given mode 说明 bool imageflip ( resource $image , int $mode ) Flips the image image using the given
标签: php php教程

发布于  2024-3-1 21:45

PHP:imagefontheight()的用法 PHP

imagefontheight (PHP 4, PHP 5) imagefontheight — 取得字体高度 说明 int imagefontheight ( int $font ) 返回指定字体一个字符高度的像素值。
标签: php php教程

发布于  2024-3-1 21:45

PHP:imagefilledarc()的用法 PHP

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

发布于  2024-3-1 21:45

PHP:imagefontwidth()的用法 PHP

imagefontwidth (PHP 4, PHP 5) imagefontwidth — 取得字体宽度 说明 int imagefontwidth ( int $font ) 返回指定字体一个字符宽度的像素值。
标签: php php教程

发布于  2024-3-1 21:45

PHP:imagegammacorrect()的用法 PHP

imagegammacorrect (PHP 4, PHP 5) imagegammacorrect — 对 GD 图像应用 gamma 修正 说明 bool imagegammacorrect ( resource $image , float $inputgamma , float $outputga
标签: php php教程

发布于  2024-3-1 21:45