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
More Than White Hats Web Application Security - www.whitecrown.net */ - Original Message - From: Ben Quinn <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 21, 2001 2:23 AM Subject: [PHP] Importing a GIF image and making it transparent | Hi all | | I've b

[PHP] Importing a GIF image and making it transparent

2001-08-20 Thread Ben Quinn
Hi all I've been trying to make a script that imports a GIF image from an external server (i have permission to do this, see below) and designates a certain colour transparent for some time now and i'm not having much luck. Can anyone help or provide a script that does this? The images i'm usin