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 _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
