convert large number of graphics
Ben Boulanger
ben at blackavar.com
Wed Dec 4 17:06:24 EST 2002
On Wed, 2002-12-04 at 16:22, Charles Farinella wrote:
> I have to convert over 200 .bmp files to .jpg. Is there a tool I can run
> from a command line to do this? I looked at the documentation for both xv
> and display, but found nothing. Suggestions?
You could do bmptoppm and then ppmtojpeg
or... I believe this works too:
convert file.bmp file.jpg
seems to work for me anyway..
Ben
More information about the gnhlug-discuss
mailing list