fast-png
Preparing search index...
DecodedApng
Interface DecodedApng
interface
DecodedApng
{
channels
:
number
;
depth
:
BitDepth
;
frames
:
DecodedApngFrame
[]
;
height
:
number
;
iccEmbeddedProfile
?:
IccEmbeddedProfile
;
numberOfFrames
:
number
;
numberOfPlays
:
number
;
palette
?:
IndexedColors
;
resolution
?:
PngResolution
;
text
:
Record
<
string
,
string
>
;
transparency
?:
Uint16Array
<
ArrayBufferLike
>
;
width
:
number
;
}
Index
Properties
channels
depth
frames
height
icc
Embedded
Profile?
number
Of
Frames
number
Of
Plays
palette?
resolution?
text
transparency?
width
Properties
channels
channels
:
number
depth
depth
:
BitDepth
frames
frames
:
DecodedApngFrame
[]
height
height
:
number
Optional
icc
Embedded
Profile
iccEmbeddedProfile
?:
IccEmbeddedProfile
number
Of
Frames
numberOfFrames
:
number
number
Of
Plays
numberOfPlays
:
number
Optional
palette
palette
?:
IndexedColors
Optional
resolution
resolution
?:
PngResolution
text
text
:
Record
<
string
,
string
>
Optional
transparency
transparency
?:
Uint16Array
<
ArrayBufferLike
>
width
width
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
channels
depth
frames
height
icc
Embedded
Profile
number
Of
Frames
number
Of
Plays
palette
resolution
text
transparency
width
fast-png
Loading...