(PHP 4, PHP 5, PHP 7)
imagesetpixel — 画一个单一像素
$image
$x
$y
$color
imagesetpixel() 在 image 图像中用 color 颜色在 x,y 坐标(图像左上角为 0,0)上画一个点。
image
color
x
y
参见 imagecreatetruecolor() 和 imagecolorallocate()。