Add async getImage and getImageData
What is new
- Add
getImage()
method with re-sizing options that returns ImageSource asynchronously - Add
getImageData()
get an ArrayBuffer with the raw image data asynchronously
What is new
getImage()
method with re-sizing options that returns ImageSource asynchronouslygetImageData()
get an ArrayBuffer with the raw image data asynchronously