When I try to read the images like this
Code: Select all
PixelStorageSettings pixelStorageSettings = new PixelStorageSettings(100, 100, StorageType.Short, PixelMapping.BGR);
var colorImage = new MagickImage(myImageData, pixelStorageSettings);
How do I setup the pixel read so the image know it is gamma=1 data.