GD library only support PNG 256 color.... your PNG have more colors!
With Best Regards
Johan
----- Original Message -----
From: "Georg Buschbeck" <[EMAIL PROTECTED]>
To: "PHP-Liste (general)" <[EMAIL PROTECTED]>
Sent: Saturday, January 13, 2001 7:10 PM
Subject: [PHP] graphic problem...
i have a problem with the quality of the output picture...
you can have a look yourself..
http://tooltime.dyndns.org/~georg/test/
this is the code that creates the pic...:
<?PHP
header("Content-type: image/png");
$src_img=ImageCreateFromPNG("tool.png");
ImagePNG($src_img);
?>
so as you can see the pictures isn't modified.
my system:
linux-box: 2.2.18
i the jpeg/png/gd/tiff libaries installed
thankx
georg
--
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]
--
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]