Re: [PHP] Importing a GIF image and making it transparent

2001-08-21 Thread Ben Quinn
"Chris Lambert" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 21, 2001 8:45 PM Subject: Re: [PHP] Importing a GIF image and making it transparent > Did you use quotes around the URL when trying to access the image? > > /* Chris Lambert, CTO - [EMAIL PROT

Re: [PHP] Importing a GIF image and making it transparent

2001-08-21 Thread Chris Lambert
ED]> Sent: Tuesday, August 21, 2001 6:09 AM Subject: Re: [PHP] Importing a GIF image and making it transparent | | Thanks to those who replied, i finally worked it out - the script has been | pasted below just incase anyone is sifting through the list archives looking | for the same thing. One

Re: [PHP] Importing a GIF image and making it transparent

2001-08-21 Thread Ben Quinn
IL PROTECTED]> Sent: Tuesday, August 21, 2001 4:49 PM Subject: Re: [PHP] Importing a GIF image and making it transparent > It doesn't look like you'll be able to use GD, as GIF support was dropped in > 1.6 and JPEG support was only added in 1.8. You'd have to experimen

Re: [PHP] Importing a GIF image and making it transparent

2001-08-21 Thread David Robley
On Tue, 21 Aug 2001 16:24, Ben Quinn wrote: > Hi Chris, > > Thanks for the speedy reply. In the GD section here > http://www.bsch.au.com/admin/phpinfo.php > it says "GIF support - enabled" > > I'm starting to wonder though if PHP can do this? I looked up the > imagecolourtransparent function on t

Re: [PHP] Importing a GIF image and making it transparent

2001-08-20 Thread Ben Quinn
s this mean this function only works with images PHP has created? - Original Message - From: "Chris Lambert" <[EMAIL PROTECTED]> To: "Ben Quinn" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, August 21, 2001 4:49 PM Subject: Re: [PHP] Impo

Re: [PHP] Importing a GIF image and making it transparent

2001-08-20 Thread Chris Lambert
It doesn't look like you'll be able to use GD, as GIF support was dropped in 1.6 and JPEG support was only added in 1.8. You'd have to experiment with ImageMagick, or another command-line tool independent of PHP. /* Chris Lambert, CTO - [EMAIL PROTECTED] WhiteCrown Networks - More Than White Hats