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

2 lines
131 B
TypeScript
Raw Normal View History

2023-07-24 10:36:46 +08:00
export declare function decodeJpeg(encoded: Uint8Array, createImageData: (width: number, height: number) => ImageData): ImageData;