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

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