mirror of
https://github.com/danbulant/pngjs
synced 2026-06-09 01:20:39 +00:00
v2.2.0
This commit is contained in:
parent
1ba93c2af8
commit
2ec7f0d50f
2 changed files with 8 additions and 3 deletions
|
|
@ -30,9 +30,8 @@ Comparison Table
|
||||||
|
|
||||||
Name | Forked From | Sync | Async | 16 Bit | 1/2/4 Bit | Interlace | Gamma | Encodes | Tested
|
Name | Forked From | Sync | Async | 16 Bit | 1/2/4 Bit | Interlace | Gamma | Encodes | Tested
|
||||||
---------|--------------|------|-------|--------|-----------|-----------|-------|---------|--------
|
---------|--------------|------|-------|--------|-----------|-----------|-------|---------|--------
|
||||||
pngjs v2 | pngjs | Read | Yes | Yes | Yes | Yes | Yes | Yes | Yes
|
pngjs | | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes
|
||||||
node-png | pngjs | No | Yes | No | No | No | Hidden| Yes | Manual
|
node-png | pngjs | No | Yes | No | No | No | Hidden| Yes | Manual
|
||||||
pngjs | | No | Yes | No | No | No | Hidden| Yes | Manual
|
|
||||||
png-coder| pngjs | No | Yes | Yes | No | No | Hidden| Yes | Manual
|
png-coder| pngjs | No | Yes | Yes | No | No | Hidden| Yes | Manual
|
||||||
pngparse | | No | Yes | No | Yes | No | No | No | Yes
|
pngparse | | No | Yes | No | Yes | No | No | No | Yes
|
||||||
pngparse-sync | pngparse| Yes | No | No | Yes | No | No | No | Yes
|
pngparse-sync | pngparse| Yes | No | No | Yes | No | No | No | Yes
|
||||||
|
|
@ -270,6 +269,11 @@ PNG.adjustGamma(png);
|
||||||
Changelog
|
Changelog
|
||||||
============
|
============
|
||||||
|
|
||||||
|
### 2.2.0 - 04/12/2015
|
||||||
|
- Add sync write api
|
||||||
|
- Fix newfile example
|
||||||
|
- Correct comparison table
|
||||||
|
|
||||||
### 2.1.0 - 28/10/2015
|
### 2.1.0 - 28/10/2015
|
||||||
- rename package to pngjs
|
- rename package to pngjs
|
||||||
- added 'bgColor' option
|
- added 'bgColor' option
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,11 @@
|
||||||
{
|
{
|
||||||
"name": "pngjs",
|
"name": "pngjs",
|
||||||
"version": "2.1.0",
|
"version": "2.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é",
|
||||||
"Gaurav Mali",
|
"Gaurav Mali",
|
||||||
|
"Gusts Kaksis",
|
||||||
"Kuba Niegowski",
|
"Kuba Niegowski",
|
||||||
"Luke Page",
|
"Luke Page",
|
||||||
"Pietajan De Potter",
|
"Pietajan De Potter",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue