Subscribe
header ("Content-type: image/png");
$img_handle = ImageCreate (250, 80) or die ("Cannot Create image");
$back_color = ImageColorAllocate ($img_handle, 0, 10, 10);
$txt_color = ImageColorAllocate ($img_handle, 255, 255, 255);
ImageString ($img_handle, 31, 50, 5, "GET UP OFFA THAT THING", $txt_color);
ImagePng ($img_handle);
posted by Eamon at 12:29 PM on November 12, 2004