ccc-tnt-psd2ui/npm-packages/mac-v2.4.x/ag-psd/dist-es/jpeg.d.ts

2 lines
131 B
TypeScript
Raw Normal View History

2023-07-27 07:04:13 +00:00
export declare function decodeJpeg(encoded: Uint8Array, createImageData: (width: number, height: number) => ImageData): ImageData;