UNPKG

s2-tools

Version:

A collection of geospatial tools primarily designed for WGS84, Web Mercator, and S2.

12 lines 566 B
/** * Apply the specified predictor to a block * @param block - the block to modify * @param predictor - the predictor * @param width - the block width * @param height - the block height * @param bitsPerSample - the number of bits per sample * @param planarConfiguration - the planar configuration * @returns - the modified block */ export declare function applyPredictor(block: ArrayBufferLike, predictor: number, width: number, height: number, bitsPerSample: number[], planarConfiguration: number): ArrayBufferLike; //# sourceMappingURL=predictor.d.ts.map