PHP » GoLang |
login |
register |
about
|
imagesetpixel(PHP 4, PHP 5, PHP 7) imagesetpixel — Set a single pixel Description
bool imagesetpixel
( resource
$image
, int $x
, int $y
, int $color
)imagesetpixel() draws a pixel at the specified coordinate. Parameters
Return Values
Returns Examples
Example #1 imagesetpixel() example A random drawing that ends with a regular picture.
<?php The above example will output something similar to: See Also
|
more
Recently updated
more
Most requested
more
Last requests
|