Re: [PHP] convert GIF to JPEG with PHP

2001-02-27 Thread Ron Wills
I've been doing some similar with images. I've been executing ImageMagick utils from php. You could do it as follows: if (exec("convert image.gif image.jpeg")) { some error code } ImageMagick I believe comes with most Linux distributions, but can also be found at www.imagemagick.org I hope this h

[PHP] convert GIF to JPEG with PHP

2001-02-27 Thread Student Center
if i have a GIF file, how can i convert this to a JPG file through php? p.s.: ill do anything as long as i dont have to recompile php/apache - noah -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] T