Page 1 of 1

Does ImageMagick support bmp 64 bit?

Posted: 2019-01-25T01:38:31-07:00
by knr
Does ImageMagick support bmp 64 bit?
If so how do I save as 16 bit depth rgb image as bmp.

Re: Does ImageMagick support bmp 64 bit?

Posted: 2019-01-25T08:25:17-07:00
by snibgo
I don't think IM can write BMP files with more than 32 bits per pixel (4 channels of 8 bits each).

I don't think any BMP format can store more than 32 bits per pixel. See https://en.wikipedia.org/wiki/BMP_file_ ... xel_format

Re: Does ImageMagick support bmp 64 bit?

Posted: 2019-02-01T07:09:15-07:00
by knr
The Wiki links writes:
GDI+ also permits 64 bits per pixel.
and links to:
https://docs.microsoft.com/en-us/window ... le-formats