On Wednesday 17 September 2003 15:25, Harry Wiens wrote:

> i got a problem with the gd library at my isp's server.

What version of PHP?

[snip]

> but when I use ImageCreateTrueColor the transparency is gone and the image
> is still ugly!
>
> Phpinfo shows:
> gd support                            enabled
> gd version                            2.0 or higher
> Freetype support                enabled
> Freetype linkage                with Freetype
> JPG support                        enabled
> PNG support                    enabled
> wbmp support                    enabled
>
> Anyone got an idea for me?

Maybe it's related to this:

With PHP 4.3.2 compiled with the bundled gd libs, there is a problem with 
imagecopymerge(). Instead of merging the images, one image overwrites the 
other.

Recompiling PHP 4.3.2 to use the standard gd libs (not the bundled ones) 
resolves the problem.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
I smell a RANCID CORN DOG!
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to