(PHP 4, PHP 5, PHP 7, PHP 8)
imagesetpixel — 畫一個單一像素
$image
$x
$y
$color
imagesetpixel() 在 image 圖像中用 color 顏色在 x,y 坐標(圖像左上角為 0,0)上畫一個點。
image
color
x
y
參見 imagecreatetruecolor() 和 imagecolorallocate()。