In fact my input is a pixel array (byte[] pixels), I get this array from the camera API i'm using. I just don't know how to transform this array into a MagickImage. How do I tell to Magick.net library that my array is a grayscale (1 channel) 8bits per pixel image ?
↧