see http://www.imagemagick.org/Usage/basics/#cmdline http://www.imagemagick.org/Usage/formats/#bmp
try adding -type truecolor (also possibly -colorspace gray) after the input image >Hello, > >I have been trying to convert a 16 bit unsigned type fits image to bmp image >but it does not give the expected output. The input fits image is grayscale >and when I see the output , most of the pixels are black. What is the right >way to do the conversion? > >$convert -size 1536x1024 -depth 16 <fits_file_name> <bmp_file_name>; >-- >Thanks, >Jaikishan >Sent from: Ames Iowa United States. _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
