In the image format listing on the ImageMagick website, the format GRAY says to use single precision floating point format use -define quantum:format=floating-point
And in the Magick++ library Image contains a constructor where you can specify StorageType
How is this done with Magick.net? Or do I have to cast them to UInt16 and then to a byte[]
And in the Magick++ library Image contains a constructor where you can specify StorageType
How is this done with Magick.net? Or do I have to cast them to UInt16 and then to a byte[]