0.0.2 release

This commit is contained in:
Luke Page 2015-08-02 23:30:43 +01:00
parent 80addf080b
commit cb346c5685
2 changed files with 10 additions and 1 deletions

View file

@ -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 interlace files
* Support for reading transparent colours
* Sync interface as well as async
* API compatible with pngjs and node-pngjs
Known lack of support for:
* Animation
* Gamma correction in 16 bit files
Tests
=====
@ -154,6 +160,9 @@ Gamma of image (0 if not specified)
Changelog
============
### 0.0.2 - 02/08/2015
- Bugfixes to interlacing, support for transparent colours
### 0.0.1 - 02/08/2015
- Initial release, see pngjs for older changelog.

View file

@ -1,6 +1,6 @@
{
"name": "pngjs2",
"version": "0.0.1",
"version": "0.0.2",
"description": "Pure JS PNG encoder/decoder",
"contributors": ["Kuba Niegowski", "Luke Page", "Pietajan De Potter", "Steven Sojka", "Alexandre Paré", "Gaurav Mali", "liangzeng"],
"homepage": "https://github.com/lukeapage/pngjs2",