imagesetpixel
(PHP 4, PHP 5, PHP 7)
imagesetpixel — 画一个单一像素
说明
imagesetpixel (
resource
$image
,
int $x
,
int $y
,
int $color
) :
bool
imagesetpixel() 在 image
图像中用 color
颜色在 x
,y
坐标(图像左上角为 0,0)上画一个点。