> Take a look at this picture...
> 
> http://www.sayimhot.com/images/mycurrentscore.jpg
> 
> ... now take a look at it while text is added to it...
> 
> http://www.sayimhot.com/myscore.php
> 
> What happens to the picture quality? How can it be improved? (code below)

You mean the font quality? The picture looks the same.

Try using: ImageTTFText();

Also when you create the jpg at the end set quality to maximum:

imagejpeg($img, '', 100);
                    ^^^


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to