mirror of
https://github.com/danbulant/pngjs
synced 2026-06-09 09:31:07 +00:00
v3.2.0
This commit is contained in:
parent
f28d2a9e02
commit
9c35587467
2 changed files with 7 additions and 2 deletions
|
|
@ -288,6 +288,10 @@ PNG.adjustGamma(png);
|
||||||
Changelog
|
Changelog
|
||||||
============
|
============
|
||||||
|
|
||||||
|
### 3.2.0 - 30/04/2017
|
||||||
|
|
||||||
|
- Support for encoding 8-bit grayscale images
|
||||||
|
|
||||||
### 3.1.0 - 30/04/2017
|
### 3.1.0 - 30/04/2017
|
||||||
- Support for pngs with zlib chunks that are malformed after valid data
|
- Support for pngs with zlib chunks that are malformed after valid data
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "pngjs",
|
"name": "pngjs",
|
||||||
"version": "3.1.0",
|
"version": "3.2.0",
|
||||||
"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é",
|
||||||
|
|
@ -13,7 +13,8 @@
|
||||||
"liangzeng",
|
"liangzeng",
|
||||||
"Michael Vogt",
|
"Michael Vogt",
|
||||||
"Xin-Xin Wang",
|
"Xin-Xin Wang",
|
||||||
"toriningen"
|
"toriningen",
|
||||||
|
"Eugene Kulabuhov"
|
||||||
],
|
],
|
||||||
"homepage": "https://github.com/lukeapage/pngjs",
|
"homepage": "https://github.com/lukeapage/pngjs",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue