BMP File Size
Posted: 2007-03-07T18:45:19-07:00
How come when I take an 24-bit grayscaled image (65 kb), and apply the following command to it:
convert a.bmp +dither -colors 256 a.bmp
I get a file that's 3.21kb? And when I use that file for another program, the other program doesn't accept the image as an input because it's an "unsupported bmp"?
The readme for that other program says that it will ONLY accept "uncompressed plain BMP formats".
So what do I do?
Thanks.
convert a.bmp +dither -colors 256 a.bmp
I get a file that's 3.21kb? And when I use that file for another program, the other program doesn't accept the image as an input because it's an "unsupported bmp"?
The readme for that other program says that it will ONLY accept "uncompressed plain BMP formats".
So what do I do?
Thanks.