Re: [PHP] can't generate gif!!!

2001-07-08 Thread Tom Carter
s had convert. I do a lot of > photography, and so I use it a lot => > > Ben > > -Original Message- > From: Tom Carter [mailto:[EMAIL PROTECTED]] > Sent: Sunday, July 08, 2001 9:52 AM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] can't generate gif!!! >

RE: [PHP] can't generate gif!!!

2001-07-08 Thread Ben Bleything
t: Re: [PHP] can't generate gif!!! I thought convert was an imagemagick command, rather than unix by default? could be wrong tho... - Original Message - From: "Ben Bleything" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, July 08, 2001 5:23 PM

Re: [PHP] can't generate gif!!!

2001-07-08 Thread mike cullerton
on 7/8/01 10:51 AM, Tom Carter at [EMAIL PROTECTED] wrote: > I thought convert was an imagemagick command, rather than unix by default? > could be wrong tho... yes, but you can install it on a box without xwindows and still use it. a pretty cool tool. -- mike cullerton -- PHP General Maili

Re: [PHP] can't generate gif!!!

2001-07-08 Thread Tom Carter
I thought convert was an imagemagick command, rather than unix by default? could be wrong tho... - Original Message - From: "Ben Bleything" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, July 08, 2001 5:23 PM Subject: RE: [PHP] can't generate gif!!!

RE: [PHP] can't generate gif!!!

2001-07-08 Thread Ben Bleything
file, and then echo `convert upload.gif output.png`; your_functions_here('output.png'); Ben -Original Message- From: Henrik Hansen [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 08, 2001 3:16 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] can't generate gi

Re: [PHP] can't generate gif!!!

2001-07-08 Thread Henrik Hansen
"Rama" <[EMAIL PROTECTED]> wrote: > I have problem using all image functions for gif. > Does anyone have a suggestion how to convert gif images to png images? > It's ok if I have to use other programming language instead of PHP. > > Ps: in case you wonder, I can't control the input file typ

[PHP] can't generate gif!!!

2001-07-07 Thread Rama
I have problem using all image functions for gif. Does anyone have a suggestion how to convert gif images to png images? It's ok if I have to use other programming language instead of PHP. Ps: in case you wonder, I can't control the input file type. It will be very helpful if I can at least conve