Re: [PHP] Converting JPG to Windows BMP

2008-08-29 Thread Jochem Maas
Edward Diener schreef: I have a JPG file on the server which I want to convert to a Windows BMP file. How can I do this in PHP ? I did not see a GD image function for doing this. looks like you can do it using imagemagick: http://www.imagemagick.org/Usage/formats/#bmp -- PHP General Mai

Re: [PHP] Converting JPG to Windows BMP

2008-08-29 Thread mike
If I recall gd doesn't support bmp. However that was probably long before gd2 and I started using imagemagick anyway and have since. You should look into it especially if php doesn't have support via gd. On Aug 29, 2008, at 5:06 PM, "Dan Joseph" <[EMAIL PROTECTED]> wrote: On Fri, Aug 29, 200

Re: [PHP] Converting JPG to Windows BMP

2008-08-29 Thread Dan Joseph
On Fri, Aug 29, 2008 at 8:02 PM, Edward Diener <[EMAIL PROTECTED]>wrote: > I have a JPG file on the server which I want to convert to a Windows BMP > file. How can I do this in PHP ? I did not see a GD image function for doing > this. > > -- > PHP General Mailing List (http://www.php.net/) > To un

Re: [PHP] Converting JPG to Windows BMP

2008-08-29 Thread Dan Joseph
On Fri, Aug 29, 2008 at 8:02 PM, Edward Diener <[EMAIL PROTECTED]>wrote: > I have a JPG file on the server which I want to convert to a Windows BMP > file. How can I do this in PHP ? I did not see a GD image function for doing > this. > > -- > PHP General Mailing List (http://www.php.net/) > To un

[PHP] Converting JPG to Windows BMP

2008-08-29 Thread Edward Diener
I have a JPG file on the server which I want to convert to a Windows BMP file. How can I do this in PHP ? I did not see a GD image function for doing this. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php