mirror of
https://github.com/danbulant/pngjs
synced 2026-06-09 01:20:39 +00:00
Add badges
This commit is contained in:
parent
ee3dc328c5
commit
2291c1816d
1 changed files with 2 additions and 4 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
About
|
[](https://travis-ci.org/lukeapage/pngjs2) [](http://badge.fury.io/js/pngjs2)
|
||||||
|
pngjs2
|
||||||
========
|
========
|
||||||
Simple PNG encoder/decoder for Node.js with no dependencies.
|
Simple PNG encoder/decoder for Node.js with no dependencies.
|
||||||
|
|
||||||
|
|
@ -54,9 +55,6 @@ The only thing not converted is gamma correction - this is because multiple vend
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
TODO: How to run the gamma tests
|
|
||||||
TODO: How to run the tests in chrome
|
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
===============
|
===============
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue