JPEGLosslessDecoderJS icon indicating copy to clipboard operation
JPEGLosslessDecoderJS copied to clipboard

A JPEG Lossless decoder (JavaScript).

Results 6 JPEGLosslessDecoderJS issues
Sort by recently updated
recently updated
newest added

[C8953A7DB33B4129A45F9F8D8E5C8950.zip](https://github.com/rii-mango/JPEGLosslessDecoderJS/files/2584348/C8953A7DB33B4129A45F9F8D8E5C8950.zip)

I use JPEG Lossless to load some CT data ( 1900 x 2500 x 80). Each frames takes about 600ms to be decoded, so my total loading time is about...

this file can't decode correct [RGB lossless File](https://cdn.rawgit.com/DMIAOCHEN/RawGit/b4046382/Dicoms/lossless.dcm)

Here is the source: [3D.zip](https://github.com/user-attachments/files/18173419/3D.zip) ![image](https://github.com/user-attachments/assets/a59321db-c5cd-49b5-bd69-ce913e2d7678)

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. To fix the types for TypeScript...

After installing the lastest version of `jpeg-lossless-decoder-js` https://github.com/rii-mango/JPEGLosslessDecoderJS/releases/tag/v2.1, type were not found. I saw in the `.gitignore` file the `.d.ts` files where being ignored. I think that it should be...