Re: save bmp in indexed mode

Wolfgang Hugemann <[email protected]> Mon, 07 Feb 2011 12:02:03 +0100
Newsgroups gmane.comp.video.image-magick.user
Message-ID <[email protected]>
If this is your first try on ImageMagick, you should better use the 
command line tools to figure out how things work. Basically, you have to 
set the number of colours in your image, so the right command line is

convert test.jpg -colors 256 test.bmp

an you'll get a 256 colours bitmap as a result.

Wolfgang Hugemann