png-compressor
Preparing search index...
png-codec/public
decodePng
Function decodePng
decodePng
(
data
:
Readonly
<
Uint8Array
>
)
:
Promise
<
IDecodedPng
<
IImage32
|
IImage64
>
>
Parameters
data
:
Readonly
<
Uint8Array
>
Returns
Promise
<
IDecodedPng
<
IImage32
|
IImage64
>
>
decodePng
(
data
:
Readonly
<
Uint8Array
>
,
options
:
IDecodePngOptions
&
{
force32
:
true
}
,
)
:
Promise
<
IDecodedPng
<
IImage32
>
>
Parameters
data
:
Readonly
<
Uint8Array
>
options
:
IDecodePngOptions
&
{
force32
:
true
}
Returns
Promise
<
IDecodedPng
<
IImage32
>
>
decodePng
(
data
:
Readonly
<
Uint8Array
>
,
options
:
IDecodePngOptions
,
)
:
Promise
<
IDecodedPng
<
IImage32
|
IImage64
>
>
Parameters
data
:
Readonly
<
Uint8Array
>
options
:
IDecodePngOptions
Returns
Promise
<
IDecodedPng
<
IImage32
|
IImage64
>
>
Settings
Theme
OS
Light
Dark
png-compressor
Loading...