imagesetpixel
(PHP 4, PHP 5, PHP 7, PHP 8)
imagesetpixel — 畫一個單一畫素
說明
imagesetpixel(
resource
int
int
int
): bool
resource
$image
,int
$x
,int
$y
,int
$color
): bool
imagesetpixel() 在 image
影象中用 color
顏色在 x
,y
座標(影象左上角為
0,0)上畫一個點。