From a3f3ef50df3d08db7b0d2a001676f47493dcddfd Mon Sep 17 00:00:00 2001 From: Luke Page Date: Tue, 16 Feb 2016 05:57:59 +0100 Subject: [PATCH] clarification - fixes #36 --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a6bc9a2..b1abde9 100644 --- a/README.md +++ b/README.md @@ -48,10 +48,9 @@ Native C++ node decoders: 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 -with the newly saved images. +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. -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.