View Single Post
  #173  
Old 06-13-2006, 01:25 AM
 
jsa jsa is offline
 

Senior Member
  
Join Date: Oct 2005
Posts: 197
 

Default

Quote:
Originally Posted by wink
Hi TelaFirma,

Just purchased your mod, and it's great stuff, however, I am also having the problem with my transparent gifs having a black background.

I did a little research on GD and found this page which discusses how to create an image with a white background.

http://www.phpgd.com/articles.php?article=5

Apparently, when you use either the imagecreate() or imagecreatetruecolor() functions, it always starts you with a blank image with a BLACK background.

You can change the background color to white by starting with

Code:
imagefill($image,0,0,$white);

I don't know if that will solve the problem, you know way more about this stuff than me, but I just wanted to offer some help if I can.

Cool research, Wink, thanks for contributing.

TeleFirma, has the gif problem been fixed yet? As I've mentioned many times, this fatal flaw has prevented me from using your mod, which I paid for many moons ago.

I'd love to actually get it working, because it looks awfully cool on the sites it works on.
__________________
Building: X-Cart GoldPlus 4.6.1
Old cart:
XC 4.0.17 FComp-RMA-AOM-OFF-Affil
BCSE: Referral Pts-Surveys-BatchUp-OrderEZ- Reviews-RSS
FT: Glossary-OptCopt-AdvSrch-Recently Viewed-Also Bought
CM: eZConversion
XP: SalesRecovery, MultCrncy
Reply With Quote