PHP:imagecolorat()的用法 PHP

imagecolorat (PHP 4, PHP 5) imagecolorat — 取得某像素的颜色索引值 说明 int imagecolorat ( resource $image , int $x , int $y ) ....
标签: php php教程

发布于  2024-3-1 21:45

PHP:imagecolorclosesthwb()的用法 PHP

imagecolorclosesthwb (PHP 4 >= 4.0.1, PHP 5) imagecolorclosesthwb — 取得与给定颜色最接近的色度的黑白色的索引 说明 int imagecolorclosesthwb ( resou
标签: php php教程

发布于  2024-3-1 21:45

PHP:imagecolordeallocate()的用法 PHP

imagecolordeallocate (PHP 4, PHP 5) imagecolordeallocate — 取消图像颜色的分配 说明 bool imagecolordeallocate ( resource $image , int $color ) imagecolordealloca
标签: php php教程

发布于  2024-3-1 21:45

PHP:imagecolorclosest()的用法 PHP

imagecolorclosest (PHP 4, PHP 5) imagecolorclosest — 取得与指定的颜色最接近的颜色的索引值 说明 int imagecolorclosest ( resource $image , int $red , int $
标签: php php教程

发布于  2024-3-1 21:45

PHP:imagecolorclosestalpha()的用法 PHP

imagecolorclosestalpha (PHP 4 >= 4.0.6, PHP 5) imagecolorclosestalpha — 取得与指定的颜色加透明度最接近的颜色 说明 int imagecolorclosestalpha ( resource $image
标签: php php教程

发布于  2024-3-1 21:45

PHP:imagecolorallocate()的用法 PHP

imagecolorallocate (PHP 4, PHP 5) imagecolorallocate — 为一幅图像分配颜色 说明 int imagecolorallocate ( resource $image , int $red , int $green , int $blue )
标签: php php教程

发布于  2024-3-1 21:45

PHP:imagechar()的用法 PHP

imagechar (PHP 4, PHP 5) imagechar — 水平地画一个字符 说明 bool imagechar ( resource $image , int $font , int $x , int $y , string $c , int $color )
标签: php php教程

发布于  2024-3-1 21:45

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 php教程

发布于  2024-3-1 21:45

PHP:imagecolorallocatealpha()的用法 PHP

imagecolorallocatealpha (PHP 4 >= 4.3.2, PHP 5) imagecolorallocatealpha — 为一幅图像分配颜色 + alpha 说明 int imagecolorallocatealpha ( resource $image , int $re
标签: php php教程

发布于  2024-3-1 21:45

PHP:imagecharup()的用法 PHP

imagecharup (PHP 4, PHP 5) imagecharup — 垂直地画一个字符 说明 bool imagecharup ( resource $image , int $font , int $x , int $y , string $c , int $color )
标签: php php教程

发布于  2024-3-1 21:45