Commit graph

78 commits

Author SHA1 Message Date
Luke Page
5310b0ed5f Code format test code 2015-08-06 13:12:14 +01:00
Luke Page
288a696584 Tap ftw 2015-08-06 13:08:58 +01:00
Luke Page
cdd6f0c5ab tidy examples a little 2015-08-05 23:37:30 +01:00
Luke Page
f84416a523 Merge branch 'master' of github.com:lukeapage/node-pngjs2 2015-08-05 23:21:36 +01:00
Luke Page
71a371d6cd Pull out format normaliser. Fix #18 2015-08-05 23:21:28 +01:00
Luke Page
c450597b09 Merge branch 'master' of github.com:lukeapage/node-pngjs2 2015-08-05 17:00:47 +01:00
Luke Page
ff9d322a36 add ability to write gamma chunks 2015-08-05 17:00:37 +01:00
Luke Page
eabc8ac061 Update package.json 2015-08-04 23:11:37 +01:00
Luke Page
8cf14b9ca2 Update licence 2015-08-04 23:05:56 +01:00
Luke Page
41c5a14950 Remove copyright from individual files. It is included in the project once. 2015-08-04 23:03:38 +01:00
Luke Page
99eae1c711 Resolve remaining style issues 2015-08-04 23:00:10 +01:00
Luke Page
bf5ae3c54e configure the rest of eslint. 2015-08-04 21:32:22 +01:00
Luke Page
8155d300f0 linting and tidy 2015-08-04 19:27:18 +01:00
Luke Page
2398b72c8f Update README.md
Add an extra space for NPM
2015-08-04 08:04:30 +01:00
Luke Page
1183e25413 lint 2015-08-03 23:08:50 +01:00
Luke Page
53bd460f4f v0.0.3 2015-08-03 22:46:14 +01:00
Luke Page
d6b6f66bf4 npm ignore files not needed 2015-08-03 22:43:52 +01:00
Luke Page
a3620b0f02 Coveralls badge 2015-08-03 22:40:03 +01:00
Luke Page
3a3b1ef242 Code coverage 2015-08-03 22:36:36 +01:00
Luke Page
7c6f744795 AppVeyor badge 2015-08-03 17:15:03 +01:00
Luke Page
47c9d09276 appveyor take 2 2015-08-03 17:10:56 +01:00
Luke Page
ced0e4c2e0 appveyor file 2015-08-03 17:07:07 +01:00
Luke Page
132841b3d3 Update README.md 2015-08-03 16:58:03 +01:00
Luke Page
e54257c4bd Update README.md 2015-08-03 16:55:14 +01:00
Luke Page
2291c1816d Add badges 2015-08-03 16:53:46 +01:00
Luke Page
ee3dc328c5 Requires late version of node.js for sync 2015-08-03 16:46:02 +01:00
Luke Page
a5b996a9ef Travis CI 2015-08-03 16:39:07 +01:00
Luke Page
2914659815 Do not process if checksum errors 2015-08-03 16:35:05 +01:00
Luke Page
b89ef0384f tidy up tests 2015-08-03 16:18:01 +01:00
Luke Page
233925190c Automated testing using phantomjs 2015-08-03 13:25:48 +01:00
Luke Page
8933a9048d For now, set a 16 tolerance on 16bit images because of gamma issue and a tolerance of 1 on the 2.2 8bit gamma correction test. 2015-08-03 07:54:05 +01:00
Luke Page
cb346c5685 0.0.2 release 2015-08-02 23:30:43 +01:00
Luke Page
80addf080b Fix issue interlacing small files 2015-08-02 23:25:57 +01:00
Luke Page
b9293eaa2b support for transparent colour blocks without palettes 2015-08-02 23:09:08 +01:00
Luke Page
51365543ae Add automated test to test page 2015-08-02 17:19:55 +01:00
Luke Page
86a114be2f Add interlaced to meta data 2015-08-02 11:50:19 +01:00
Luke Page
d9452afc44 Update package.json 2015-08-02 11:31:28 +01:00
Luke Page
9afd1b2358 Update README.md 2015-08-02 11:30:45 +01:00
Luke Page
4def219e1e Merge remote-tracking branch 'origin/sync' 2015-08-02 11:23:12 +01:00
Luke Page
8c8f205fa4 Update package.json 2015-08-02 11:20:37 +01:00
Luke Page
f7c70a92b4 Interlace support 2015-08-02 11:06:21 +01:00
Luke Page
2d91824d0c Support for 16 bit 2015-08-01 22:53:29 +01:00
Luke Page
d601f60c79 Support for 1,2,4 bits PNG 2015-08-01 13:03:38 +01:00
Luke Page
807ffcd66f Support for synchronous reading of PNG's 2015-08-01 13:03:06 +01:00
Luke Page
b5328d3574 test tweaks and markdown 2015-07-31 06:02:51 +01:00
Luke Page
30e6e38e22 move tests, increase tests 2015-07-30 23:30:30 +01:00
Alexandre Paré
fa9693a42c Fix the falsy 0 options
if you set the options deflateStrategy to 0, it will set 3
2015-07-30 18:38:23 +01:00
Luke Page
4c508c661e Clarified png.parse() (from @stevenvanchon) 2015-07-30 18:35:45 +01:00
Luke Page
abc6f7e789 doodles on sync 2015-07-30 17:50:14 +01:00
Gaurav Mali
dbe7fbe390 Update README.md
The method signature wasn't obvious enough so I came up with an example to show how it can be used.
2015-07-30 16:32:16 +01:00