jaymc Posted September 28, 2006 Share Posted September 28, 2006 Ok, I'll hit you straight with my problemI have 1200+ images on my website that are bmp files.How can I convert them to jpg.ive heard about processing them but from what Ive read its really complicated, unless someone can point me to a prewritten scriptAny help would be greatThanks Quote Link to comment https://forums.phpfreaks.com/topic/22431-process-bmp/ Share on other sites More sharing options...
bholbrook Posted September 28, 2006 Share Posted September 28, 2006 1) Download the files to your computer.2) Download the trial version of FIREWORKS from MACROMEDIA.COM3) Click FILE, BATCH PROCESS4) Select ALL .BMP files and click NEXT5) Click EXPORT and ADD>6) Select Settings for JPEG and click NEXT7) Select OUTPUT location8) Click BATCH9) Find something useful to do for an hour. Quote Link to comment https://forums.phpfreaks.com/topic/22431-process-bmp/#findComment-100566 Share on other sites More sharing options...
wildteen88 Posted September 29, 2006 Share Posted September 29, 2006 [quote author=bholbrook link=topic=109894.msg443387#msg443387 date=1159486833]1) Download the files to your computer.2) Download the trial version of FIREWORKS from MACROMEDIA.COM3) Click FILE, BATCH PROCESS4) Select ALL .BMP files and click NEXT5) Click EXPORT and ADD>6) Select Settings for JPEG and click NEXT7) Select OUTPUT location8) Click BATCH9) Find something useful to do for an hour.[/quote]What you dont dont need to do that!You can convert them with gd. However it'll taker a long a time to convert 1200+ bitmaps! Especially if they are large file sizes! Quote Link to comment https://forums.phpfreaks.com/topic/22431-process-bmp/#findComment-100740 Share on other sites More sharing options...
jaymc Posted September 30, 2006 Author Share Posted September 30, 2006 How do you do it with GD? Quote Link to comment https://forums.phpfreaks.com/topic/22431-process-bmp/#findComment-101333 Share on other sites More sharing options...
printf Posted September 30, 2006 Share Posted September 30, 2006 Here is a old BMP conversion script I wrote sometime ago! It runs from the browser doing a ([b]REFRESH[/b])!Just set the configuration values at the top, upload it to your server, then call it from your browser and wait until it is done!Note: make sure you have [b]refresh[/b] set to [b]on[/b] in your browser!me![attachment deleted by admin] Quote Link to comment https://forums.phpfreaks.com/topic/22431-process-bmp/#findComment-101398 Share on other sites More sharing options...
zq29 Posted October 2, 2006 Share Posted October 2, 2006 If you have ImageMagick installed on the server you can convert them with a command like so:[code]mogrify -format jpg *.bmp[/code] Quote Link to comment https://forums.phpfreaks.com/topic/22431-process-bmp/#findComment-102359 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.