English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have about 200 gifs that need to be converted to either Jpeg or Bmp file. I know I can do this manually via MS paint but I would take a loooong time. I was wondering if there was a program that can convert all Gif files in a folder to Jpeg or bmp automatically. Thank for your help!

2006-11-29 16:57:20 · 8 answers · asked by †ђ!ηK †αηK² 6 in Computers & Internet Software

8 answers

I recommend ACD See. It's user friendly and can convert all of your GIFS to JPEGS all at once (depends on how fast your computer is). Just go to www.acdsystems.com/products and you can download a trial version of it. It's fun to use for those who scan their comics and just read them in their computer.

2006-11-29 17:01:56 · answer #1 · answered by once_a_nerd 2 · 0 1

Adobe Photoshop CS has a great tool for automating batch files. You can even download a trial version which is fully functional and will still let you do it.
Steps:
1. open one of the files that you want to convert.
2. under the actions tab on the palettes click on the "Create New Action" icon
3. perform whatever action it is that you want to do to all of your other pics, in your case, save as jpg and then close.
4. press the stop button under the actions list.
5. open all of the photos that you want to convert to jpg
6. go to file > automate > batch
7. choose your action from the drop-down menu
8. choose "opened files" from the source menu.
9. click ok

that should do it. I'm sure there are other programs out there that do this but I'm not familiar with them.

2006-11-29 17:08:19 · answer #2 · answered by Chris S 5 · 0 1

install convert (GPL, runs both on windows & linux. & write a script to do this in a batch file or bash script whch may look like this

for i in *
convert $i.gif $i.jpeg
fi

i've forgotten the correct syntax but i'ts a 3 line script

oops i slowly typed. use cedric's script

2006-11-29 17:07:53 · answer #3 · answered by Plz_Tell_Me 3 · 0 1

Many graphic programs propose batch conversions. Here one example, cmd line using imagemagick:

for i in *.gif; do convert $i `basename $i jpg`; done

2006-11-29 17:06:02 · answer #4 · answered by Cedric 2 · 0 1

Acdsee version 5 and above can do a batch conversion

2006-11-29 17:00:19 · answer #5 · answered by Anonymous · 0 1

irfanview

file / batch convert

2006-11-29 17:01:14 · answer #6 · answered by Kasey C 7 · 0 0

here ya go:
http://dw.com.com/redir?pid=10379314&merid=77095&mfgid=77095

2006-11-29 16:59:41 · answer #7 · answered by Anonymous · 0 0

irfanview you can do batches
http://www.irfanview.com

2006-11-29 17:41:48 · answer #8 · answered by arus.geo 7 · 0 0

fedest.com, questions and answers