You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var decoder =newjpeg.lossless.Decoder(compressedBytes); // optional second parameter to specify 1 or 2 byte output
15
+
var decompressedData =decoder.decode();
12
16
```
17
+
18
+
###Building
19
+
```shell
20
+
./build.sh # normal build
21
+
./build-min.sh # minimized build
22
+
```
23
+
24
+
###Acknowledgments
25
+
This library was originally written by Helmut Dersch for Java, later released by JNode. I added support for selection values 2 to 7 and ported to JavaScript.
0 commit comments