I have dun this code
<?
$im = imagecreatefromjpeg("CIMG0040.JPG");
$color = ImageColorAllocate ($im, 222, 222, 222);
ImageTTFText ($im, 20, 0, 10, 470, $color, "BEWARE__.TTF","RANDON TEXT");
ImagePNG($im);
?>
located at:
http://jay-g.com/test3.php
but the pic doesnt load as fast as the normal jpg would.
why is this ??