fast-png
Preparing search index...
DecodedPng
Interface DecodedPng
interface
DecodedPng
{
channels
:
number
;
data
:
PngDataArray
;
depth
:
BitDepth
;
height
:
number
;
iccEmbeddedProfile
?:
IccEmbeddedProfile
;
palette
?:
IndexedColors
;
resolution
?:
PngResolution
;
text
:
Record
<
string
,
string
>
;
transparency
?:
Uint16Array
<
ArrayBufferLike
>
;
width
:
number
;
}
Index
Properties
channels
data
depth
height
icc
Embedded
Profile?
palette?
resolution?
text
transparency?
width
Properties
channels
channels
:
number
data
data
:
PngDataArray
depth
depth
:
BitDepth
height
height
:
number
Optional
icc
Embedded
Profile
iccEmbeddedProfile
?:
IccEmbeddedProfile
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
data
depth
height
icc
Embedded
Profile
palette
resolution
text
transparency
width
fast-png
Loading...