Does ImageMagick support bmp 64 bit?
If so how do I save as 16 bit depth rgb image as bmp.
Does ImageMagick support bmp 64 bit?
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Does ImageMagick support bmp 64 bit?
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
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
snibgo's IM pages: im.snibgo.com
Re: Does ImageMagick support bmp 64 bit?
The Wiki links writes:
https://docs.microsoft.com/en-us/window ... le-formats
and links to:GDI+ also permits 64 bits per pixel.
https://docs.microsoft.com/en-us/window ... le-formats