add libjpeg

This commit is contained in:
lxsang 2020-12-28 17:12:36 +00:00
parent ab99ba452d
commit cc3036c028
9 changed files with 4355 additions and 0 deletions

4
libjpeg/README.md Normal file
View 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)

View 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)

File diff suppressed because one or more lines are too long

View 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": {}
}

Binary file not shown.

4280
libjpeg/jpg.js Normal file

File diff suppressed because it is too large Load Diff

16
libjpeg/package.json Normal file
View 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": {}
}

7
libjpeg/project.json Normal file
View File

@ -0,0 +1,7 @@
{
"name": "libjpeg",
"css": [],
"javascripts": ["jpg.js"],
"coffees": [],
"copies": ["package.json", "README.md"]
}

View File

@ -139,6 +139,16 @@
"dependencies": [],
"download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/Katex/build/release/Katex.zip"
},
{
"pkgname": "libjpeg",
"name": "libjpeg",
"description": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/libjpeg/README.md",
"category": "Library",
"author": "",
"version": "0.1.0-a",
"dependencies": [],
"download": "https://raw.githubusercontent.com/lxsang/antosdk-apps/master/libjpeg/build/release/libjpeg.zip"
},
{
"pkgname": "LuaPlayground",
"name": "LuaPlayground",