Background color problem

See all posts See thread Reply

Re: Background color problem new!
by colin, 16 years, 10 months ago
Yes, there is a bug, that someone reported to me a few days ago. I will be fixed in the next release.

In the meantime, you can comment out the following line in the create_image() function:
//if (is_resource($image)) imagecolortransparent($image, imagecolorexact($image, 0, 0, ($blue == 0 ? 255 : 0)));

This is only a quick fix, which may or may not work (let me know!). A proper fix for this bug will be in the next release, that I will publish in a few days if everything goes well.Reply
Re: Background color problem new!
by Anubis, 16 years, 10 months ago
Thanks for your prompt reply, but i still got a black background.Reply
Re: Background color problem new!
by colin, 16 years, 10 months ago
Can you post your code here, and upload your test image and link it here? I will have a look.Reply
Re: Background color problem new!
by Anubis, 16 years, 10 months ago
Hi Colin,

There is no code, except your beautiful class and the settings above (startpost).

The only thing I did, was making the correction as you mentioned above.Reply