Page 1 of 1

Posted: 2006-10-31T15:01:27-07:00
by magick
To convert a BMP image to JPEG, use this command:
  • mogrify -format jpeg image.bmp

Posted: 2006-10-31T17:26:36-07:00
by anthony
Mogrify will overwrite an existing file, unless you change the suffix format of that image.
If the input images were jpg, then IM will still overwrite them!

See IM Examples, Basics, Mogrify for more details...
Mogrify -- in-place batch processing
http://www.cit.gu.edu.au/~anthony/graph ... s/#mogrify