mirror of
https://github.com/danbulant/pngjs
synced 2026-06-08 00:50:23 +00:00
0.0.2 release
This commit is contained in:
parent
80addf080b
commit
cb346c5685
2 changed files with 10 additions and 1 deletions
|
|
@ -6,9 +6,15 @@ Based on [pngjs](https://github.com/niegowski/node-pngjs) with the follow enhanc
|
||||||
|
|
||||||
* Support for reading 1,2,4 & 16 bit files
|
* Support for reading 1,2,4 & 16 bit files
|
||||||
* Support for reading interlace files
|
* Support for reading interlace files
|
||||||
|
* Support for reading transparent colours
|
||||||
* Sync interface as well as async
|
* Sync interface as well as async
|
||||||
* API compatible with pngjs and node-pngjs
|
* API compatible with pngjs and node-pngjs
|
||||||
|
|
||||||
|
Known lack of support for:
|
||||||
|
|
||||||
|
* Animation
|
||||||
|
* Gamma correction in 16 bit files
|
||||||
|
|
||||||
Tests
|
Tests
|
||||||
=====
|
=====
|
||||||
|
|
||||||
|
|
@ -154,6 +160,9 @@ Gamma of image (0 if not specified)
|
||||||
Changelog
|
Changelog
|
||||||
============
|
============
|
||||||
|
|
||||||
|
### 0.0.2 - 02/08/2015
|
||||||
|
- Bugfixes to interlacing, support for transparent colours
|
||||||
|
|
||||||
### 0.0.1 - 02/08/2015
|
### 0.0.1 - 02/08/2015
|
||||||
- Initial release, see pngjs for older changelog.
|
- Initial release, see pngjs for older changelog.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "pngjs2",
|
"name": "pngjs2",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"description": "Pure JS PNG encoder/decoder",
|
"description": "Pure JS PNG encoder/decoder",
|
||||||
"contributors": ["Kuba Niegowski", "Luke Page", "Pietajan De Potter", "Steven Sojka", "Alexandre Paré", "Gaurav Mali", "liangzeng"],
|
"contributors": ["Kuba Niegowski", "Luke Page", "Pietajan De Potter", "Steven Sojka", "Alexandre Paré", "Gaurav Mali", "liangzeng"],
|
||||||
"homepage": "https://github.com/lukeapage/pngjs2",
|
"homepage": "https://github.com/lukeapage/pngjs2",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue