mirror of
https://github.com/danbulant/pngjs
synced 2026-06-17 21:41:10 +00:00
Fix incorrect info in readme
This commit is contained in:
parent
c3a2ba2cc5
commit
6736cef032
1 changed files with 0 additions and 6 deletions
|
|
@ -30,10 +30,6 @@ Known lack of support for:
|
|||
- [Sync API](#sync-api)
|
||||
- [Changelog](#changelog)
|
||||
|
||||
# Requirements
|
||||
|
||||
- Node.js v4 (use older v2.3.0 for 0.10/0.12/iojs support)
|
||||
|
||||
# Comparison Table
|
||||
|
||||
| Name | Forked From | Sync | Async | 16 Bit | 1/2/4 Bit | Interlace | Gamma | Encodes | Tested |
|
||||
|
|
@ -61,8 +57,6 @@ To run the tests, fetch the repo (tests are not distributed via npm) and install
|
|||
|
||||
The only thing not converted is gamma correction - this is because multiple vendors will do gamma correction differently, so the tests will have different results on different browsers.
|
||||
|
||||
In addition we use a tolerance of 3 for 16 bit images in PhantomJS because PhantomJS seems to have non-compliant rules for downscaling 16 bit images.
|
||||
|
||||
# Installation
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue