@qrcommunication/gigapdf-lib — SDK API reference - v0.110.3
GitHub
npm
Guides
Preparing search index...
index
DecodedImage
Interface DecodedImage
A decoded raster image (
rgba
is
width*height*4
, row-major, RGBA8).
interface
DecodedImage
{
width
:
number
;
height
:
number
;
rgba
:
Uint8Array
;
}
Index
Properties
width
height
rgba
Properties
width
width
:
number
height
height
:
number
rgba
rgba
:
Uint8Array
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
width
height
rgba
GitHub
npm
Guides
@qrcommunication/gigapdf-lib — SDK API reference - v0.110.3
Loading...
A decoded raster image (
rgbaiswidth*height*4, row-major, RGBA8).