Declaring Type: ImageUtils
Namespace: Mindee.Image
Assembly: Mindee
Assembly Version: 3.22.0+aa1b44d54eab23ff2156f9ad9391c70a961697c0
Convert a matrix of pixels into a compatible SKBitmap.
public static SKBitmap ArrayToImage(byte[,,] pixelArray);
pixelArray
byte[]
Raw array produce by DocLib’s .GetImage() function.
SKBitmap
A valid SKBitmap.
Documentation generated by MdDocs