Page 1 of 1

Posted: 2006-07-17T17:06:03-07:00
by anthony
I believe you can also output to BMP8 eg: BMP8:outputfile.bmp

Posted: 2006-07-18T05:28:03-07:00
by glennrp
There's no BMP8 format:
  • $ convert -list format | grep -i bmp
    BMP* rw- Microsoft Windows bitmap image
    BMP2* -w- Microsoft Windows bitmap image v2
    BMP3* -w- Microsoft Windows bitmap image v3
    WBMP* rw- Wireless Bitmap (level 0) image

Posted: 2006-07-19T19:11:16-07:00
by magick
Try adding -compress none to your command line to produce uncompressed BMP images.