// create the image $image = ImageCreate($width, $height); $bg = ImageColorAllocate($image,0, 0, 0 ); $fg = ImageColorAllocate($image,255,0,0); $tx = ImageColorAllocate($image,255, 255, 255);