Hi All,

I need a little help converting some bmp files.  I am trying to reduce the
size of some bmp files as much as possible while still keeping the image in
bmp format.
Right now I am running the following command

convert input.bmp -depth 8 -colors 256 +profile "*" output.bmp

Now, my input file is 9k.

After running the convert command above I  get an 11k file.
When I open the image with Microsoft Paint and save as a 256 color bmp file
I get a 5k file.

Any idea what's going on here?
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to