An image data type that can be displayed by the Image element.
This interface is inspired by the web ImageData interface.
Optional
Readonly
Returns the path of the image, if it was loaded from disk. Otherwise the property is undefined.
Returns the image as buffer.
Returns the height of the image in pixels.
Returns the width of the image in pixels.
An image data type that can be displayed by the Image element.
This interface is inspired by the web ImageData interface.