header ("Content-type: image/png"); $img = imagecreatetruecolor(320, 240); imagecolorallocate($img, 233, 14, 91); imagepng($img); imagedestroy($img);