[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: how to convert 100 bmp files to jpeg?



Serena Cantor wrote:
> 
> I 100 bmp files. I installed gimp and imagemagik, but
> can't find the way to convert 100 bmp files to jpeg in
> batch fashion. Do you know the command? Thanks!

imagemagick's "convert" command will convert one.  To convert
the whole set, just write a short shell script that loops
over all the .bmp files in the directory (e.g. using
"for fname in *.bmp" or something like that), each time running
convert on the file.  I had to do exactly what you're doing
once, and that was how I did it.

-c






Reply to: