UNPKG

tiff

Version:

TIFF image decoder written entirely in JavaScript

4 lines 255 B
import type TIFFDecoder from './tiff_decoder.ts'; export declare function getByteLength(type: number, count: number): number; export declare function readData(decoder: TIFFDecoder, type: number, count: number): any; //# sourceMappingURL=ifd_value.d.ts.map