mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2024-11-08 06:28:29 +01:00
add libjpeg
This commit is contained in:
parent
ab99ba452d
commit
cc3036c028
4
libjpeg/README.md
Normal file
4
libjpeg/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)
|
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.
4280
libjpeg/jpg.js
Normal file
4280
libjpeg/jpg.js
Normal file
File diff suppressed because it is too large
Load Diff
16
libjpeg/package.json
Normal file
16
libjpeg/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": {}
|
||||
}
|
7
libjpeg/project.json
Normal file
7
libjpeg/project.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "libjpeg",
|
||||
"css": [],
|
||||
"javascripts": ["jpg.js"],
|
||||
"coffees": [],
|
||||
"copies": ["package.json", "README.md"]
|
||||
}
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user