mirror of
https://github.com/danbulant/pngjs
synced 2026-06-05 15:41:36 +00:00
clarification - fixes #36
This commit is contained in:
parent
f5faba0119
commit
a3f3ef50df
1 changed files with 2 additions and 3 deletions
|
|
@ -48,10 +48,9 @@ Native C++ node decoders:
|
||||||
Tests
|
Tests
|
||||||
=====
|
=====
|
||||||
|
|
||||||
Tested using [PNG Suite](http://www.schaik.com/pngsuite/). We read every file into pngjs, output it in standard 8bit colour, synchronously and asynchronously, then compare the original
|
Tested using [PNG Suite](http://www.schaik.com/pngsuite/). We read every file into pngjs, output it in standard 8bit colour, synchronously and asynchronously, then compare the original with the newly saved images.
|
||||||
with the newly saved images.
|
|
||||||
|
|
||||||
To run the tests, after getting the repo and installing with `npm i`, run `npm test`.
|
To run the tests, fetch the repo (tests are not distributed via npm) and install with `npm i`, run `npm test`.
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue