mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-13 14:14:27 +02:00
add libjpeg
This commit is contained in:
4
libjpeg/build/debug/README.md
Normal file
4
libjpeg/build/debug/README.md
Normal file
@ -0,0 +1,4 @@
|
||||
# libjpeg
|
||||
Simple JPEG/DCT data decoder in JavaScript. Also this project includes JPEG 2000 and JBIG2 decoders.
|
||||
|
||||
Github page: [https://github.com/notmasteryet/jpgjs](https://github.com/notmasteryet/jpgjs)
|
18
libjpeg/build/debug/main.js
Normal file
18
libjpeg/build/debug/main.js
Normal file
File diff suppressed because one or more lines are too long
16
libjpeg/build/debug/package.json
Normal file
16
libjpeg/build/debug/package.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"pkgname": "libjpeg",
|
||||
"app":"libjpeg",
|
||||
"name":"libjpeg",
|
||||
"description":"libjpeg",
|
||||
"info":{
|
||||
"author": "",
|
||||
"email": ""
|
||||
},
|
||||
"version":"0.1.0-a",
|
||||
"category":"Library",
|
||||
"iconclass":"fa fa-cog",
|
||||
"mimes":["none"],
|
||||
"dependencies":[],
|
||||
"locale": {}
|
||||
}
|
BIN
libjpeg/build/release/libjpeg.zip
Normal file
BIN
libjpeg/build/release/libjpeg.zip
Normal file
Binary file not shown.
Reference in New Issue
Block a user