Files
RGC/SuiviREForamteur/node_modules/fast-png/lib/helpers/decodeInterlaceAdam7.d.ts
2026-02-11 13:57:54 +01:00

9 lines
338 B
TypeScript

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>;