Georg,

If you're running Apache/Unix, php_imlib would allow you to manipulate
png's with more than 256 colors.

http://mmcc.cx/php_imlib/

Matt

On Sat, 13 Jan 2001, Johan Holst Nielsen wrote:

> 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]
> 
> 


-- 
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