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]