[magick-users] Help regarding converting 16 bit unsigned fits image to bmp

Fred Weinhaus fmw at alink.net
Tue Feb 24 10:45:06 UTC 2009


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.


More information about the Magick-users mailing list