The raw bytes of the image, of type ArrayBuffer.
The pixel format of the image, of type EnumPixelFormat
The height of the image in pixels.
The orientation information of the image.
The stride (or row width) of the image in bytes.
The width of the image in pixels.
The ImageData interface represents image data, which contains the image bytes, width, height, stride, pixel format, orientation and a tag.
`Please release the imageData object when it is no longer needed. see` ImageData.release.
If you want to display imagedata on react UI Element, you can use imageDataToBase64
See