Home  >  Q&A  >  body text

PHP image processing uses image processing functions to draw a picture

$red = imagecolorallocate($img, 255, 0, 0);

$green = imagecolorallocate($img, 0, 255, 0);

$blue = imagecolorallocate( $img, 0, 0, 255);

How come there are only three coordinate values ​​when assigning colors

王功文王功文2032 days ago1000

reply all(0)I'll reply

No reply
  • Cancelreply