«

PHP:imagesetpixel()的用法

时间:2024-3-1 21:52     作者:韩俊     分类: PHP


imagesetpixel

(PHP 4, PHP 5)

imagesetpixel — 画一个单一像素

说明

bool imagesetpixel
( resource $image
, int $x
, int $y
, int $color
)

imagesetpixel()image 图像中用 color 颜色在 xy 坐标(图像左上角为 0,0)上画一个点。

参见 imagecreatetruecolor() 和 imagecolorallocate()。

标签: php php教程

热门推荐