| easy way to convert image bmp file to jpeg?
|
blaketar

msg:3631609 | 4:58 pm on Apr 21, 2008 (gmt 0) | Is there an easy way to convert an uploaded file from a bmp to a jpeg file? I found a nice solution for gif to jpeg conversion but have not been able to successfully get a bmp to jpg working properly. Any help greatly appreciated, am also struggling with a png to jpeg convert solution. Thanks All!
|
IanKelley

msg:3631846 | 11:01 pm on Apr 21, 2008 (gmt 0) | www.php.net/imagecreate [php.net] Check the user submitted comments, there is a function there to convert BMP to JPEG. After that you would: imagejpeg($image,'FinalImage.jpg');
|
|
|