add nimPNG and nimBMP

nimPDF sister projects number 3 and 4
This commit is contained in:
jangko 2015-09-20 11:29:30 +07:00
parent fcdfdc3fb9
commit c2cdd7ceab

View File

@ -3287,5 +3287,31 @@
"description": "A Rebol-ish language implemented as an AST interpreter",
"license": "MIT",
"web": "https://github.com/gokr/ni"
},
{
"name": "nimBMP",
"url": "https://github.com/jangko/nimBMP",
"method": "git",
"tags": [
"graphics",
"library",
"BMP"
],
"description": "BMP encoder and decoder",
"license": "MIT",
"web": "https://github.com/jangko/nimBMP"
},
{
"name": "nimPNG",
"url": "https://github.com/jangko/nimPNG",
"method": "git",
"tags": [
"graphics",
"library",
"PNG"
],
"description": "PNG(Portable Network Graphics) encoder and decoder",
"license": "MIT",
"web": "https://github.com/jangko/nimPNG"
}
]