@thi.ng/pixel
Version:
Typedarray integer & float pixel buffers w/ customizable formats, blitting, drawing, convolution
11 lines • 538 B
TypeScript
import type { Fn } from "@thi.ng/api";
import type { IntChannel } from "../api.js";
/** @internal */
export declare const __compileGrayFromABGR: (size: number) => Fn<number, number>;
/** @internal */
export declare const __compileGrayToABGR: (size: number) => Fn<number, number>;
/** @internal */
export declare const __compileFromABGR: (chans: IntChannel[]) => Fn<number, number>;
/** @internal */
export declare const __compileToABGR: (chans: IntChannel[], hasAlpha: boolean) => Fn<number, number>;
//# sourceMappingURL=codegen.d.ts.map