Someone sent me a bunch of bmp files and I need them in jpeg. I could convert them one by one using gimp, but I'd rather do it all in one go. I have Ubuntu.
|
feedback
|
|
You can use ImageMagick's mogrify tool mogrify -format jpg *.bmp | |||
feedback
|
|
You are likely to have ImageMagick installed on Ubuntu.
update: The
| ||||
feedback
|
|
You can achieve that with the help of ImageMagick. In this link are Examples | |||
|
feedback
|
Yes, this will make a bunch of files called filename.bmp.jpg but it'll do the job. | |||
|
feedback
|