diff --git a/README.md b/README.md index 1906d15..eb0f757 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.org/lukeapage/pngjs2.svg?branch=master)](https://travis-ci.org/lukeapage/pngjs2) [![Build status](https://ci.appveyor.com/api/projects/status/tb8418jql1trkntd/branch/master?svg=true)](https://ci.appveyor.com/project/lukeapage/pngjs2/branch/master) [![npm version](https://badge.fury.io/js/pngjs2.svg)](http://badge.fury.io/js/pngjs2) +[![Build Status](https://travis-ci.org/lukeapage/pngjs2.svg?branch=master)](https://travis-ci.org/lukeapage/pngjs2) [![Build status](https://ci.appveyor.com/api/projects/status/tb8418jql1trkntd/branch/master?svg=true)](https://ci.appveyor.com/project/lukeapage/pngjs2/branch/master) [![Coverage Status](https://coveralls.io/repos/lukeapage/pngjs2/badge.svg?branch=master&service=github)](https://coveralls.io/github/lukeapage/pngjs2?branch=master) [![npm version](https://badge.fury.io/js/pngjs2.svg)](http://badge.fury.io/js/pngjs2) pngjs2 ======== Simple PNG encoder/decoder for Node.js with no dependencies. @@ -20,7 +20,7 @@ Requirements Async - Node.js 0.10 / 0.12 / IO.js Sync - Node.js 0.12 / IO.js - + Comparison Table ================ @@ -49,11 +49,11 @@ Tested using [PNG Suite](http://www.schaik.com/pngsuite/). We read every file in with the newly saved images. To run the tests, run `node 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. - + 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 =============== ``` diff --git a/test/convert-images.js b/test/convert-images.js index f3265e8..0ec147a 100644 --- a/test/convert-images.js +++ b/test/convert-images.js @@ -24,7 +24,7 @@ module.exports = function(done) { files.forEach(function (file) { - console.log(file); + //console.log(file); var expectedError = false; if (file.match(/^x/)) { expectedError = true;