Image: ImageData | ArrayBuffer | Uint8Array | RawImage

Represents an image in a format that can be consumed by the WASM module. That is

  • either an ImageData object,
  • an ArrayBuffer or Uint8Array containing the binary data of an encoded image (most common image formats such as PNG and JPEG are supported),
  • or a RawImage, which are obtained by several SDK functions.

Generated using TypeDoc