Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DiffImage

A diffable image with a width and a height as well as a buffer containing the data. The data must be in RGB or RGBA format.

Hierarchy

Index

Properties

Properties

data

data: Buffer

A node buffer containing the image information in RGB or RGBA format.

height

height: number

The height of this image in pixels.

width

width: number

The width of this image in pixels.

Generated using TypeDoc