mirror of
https://github.com/danbulant/pngjs
synced 2026-07-05 19:20:38 +00:00
v3.3.1
This commit is contained in:
parent
bdc384e9c3
commit
a3d9c92eec
2 changed files with 9 additions and 1 deletions
|
|
@ -291,6 +291,14 @@ PNG.adjustGamma(png);
|
||||||
Changelog
|
Changelog
|
||||||
============
|
============
|
||||||
|
|
||||||
|
### 3.3.1 - 15/11/2017
|
||||||
|
|
||||||
|
- Bugfixes and removal of es6
|
||||||
|
|
||||||
|
### 3.3.0
|
||||||
|
|
||||||
|
- Add writing 16 bit channels and support for grayscale input
|
||||||
|
|
||||||
### 3.2.0 - 30/04/2017
|
### 3.2.0 - 30/04/2017
|
||||||
|
|
||||||
- Support for encoding 8-bit grayscale images
|
- Support for encoding 8-bit grayscale images
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "pngjs",
|
"name": "pngjs",
|
||||||
"version": "3.3.0",
|
"version": "3.3.1",
|
||||||
"description": "PNG encoder/decoder in pure JS, supporting any bit size & interlace, async & sync with full test suite.",
|
"description": "PNG encoder/decoder in pure JS, supporting any bit size & interlace, async & sync with full test suite.",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
"Alexandre Paré",
|
"Alexandre Paré",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue