database-petani-mobile/node_modules/fast-png/lib/helpers/decodeInterlaceAdam7.d.ts
2026-02-23 16:39:35 +07: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>;