V1_commit_RGC
This commit is contained in:
8
SuiviREForamteur/node_modules/fast-png/lib/helpers/decodeInterlaceAdam7.d.ts
generated
vendored
Normal file
8
SuiviREForamteur/node_modules/fast-png/lib/helpers/decodeInterlaceAdam7.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import type { DecodeInterlaceNullParams } from './decodeInterlaceNull';
|
||||
/**
|
||||
* Decodes the Adam7 interlaced PNG data.
|
||||
*
|
||||
* @param params - DecodeInterlaceNullParams
|
||||
* @returns - array of pixel data.
|
||||
*/
|
||||
export declare function decodeInterlaceAdam7(params: DecodeInterlaceNullParams): Uint8Array<ArrayBuffer> | Uint16Array<ArrayBuffer>;
|
||||
Reference in New Issue
Block a user