fast-png
Version:
PNG image decoder and encoder written entirely in JavaScript
8 lines • 392 B
TypeScript
import type { DecodeInterlaceNullParams } from './decode_interlace_null.ts';
/**
* Decodes the Adam7 interlaced PNG data.
* @param params - DecodeInterlaceNullParams
* @returns - array of pixel data.
*/
export declare function decodeInterlaceAdam7(params: DecodeInterlaceNullParams): Uint8Array<ArrayBuffer> | Uint16Array<ArrayBuffer>;
//# sourceMappingURL=decode_interlace_adam7.d.ts.map