I would like instead of the black background for an image, how?
I would like to do this: <?phpheader("Content-type:image/gif");
$img = imagecreate(470,246);
$azul = imagecolorallocate($img,0,0,0);
$branco = imagecolorallocate($img,255,255,25...
asked by
01.04.2018 / 20:19