ImageData
Defined in: api/node/typescript/index.ts:102 ↗
An image data type that can be displayed by the Image element.
This interface is inspired by the web ImageData ↗ interface.
Properties
Section titled “Properties”
readonlyoptionalpath?:string
Defined in: api/node/typescript/index.ts:107 ↗
Returns the path of the image, if it was loaded from disk. Otherwise the property is undefined.
Accessors
Section titled “Accessors”Get Signature
Section titled “Get Signature”get data():
Uint8Array
Defined in: api/node/typescript/index.ts:112 ↗
Returns the image as buffer.
Returns
Section titled “Returns”Uint8Array
height
Section titled “height”Get Signature
Section titled “Get Signature”get height():
number
Defined in: api/node/typescript/index.ts:122 ↗
Returns the height of the image in pixels.
Returns
Section titled “Returns”number
Get Signature
Section titled “Get Signature”get width():
number
Defined in: api/node/typescript/index.ts:117 ↗
Returns the width of the image in pixels.
Returns
Section titled “Returns”number
© 2026 SixtyFPS GmbH