Commit graph

113 commits

Author SHA1 Message Date
Elisée
4004ac2cd5 Fix a couple typos in README.md 2015-10-08 09:43:43 +02:00
Luke Page
b90e811243 1.2.0 release 2015-09-13 19:20:59 +01:00
Luke Page
d7a8638b72 do not use the output format to determine the input one 2015-09-13 19:19:32 +01:00
Luke Page
d08fc30edb Use lowercase BPP consistently 2015-09-13 18:43:44 +01:00
Luke Page
159221c115 move color type constants to constants. Revert change requiring default options on null. 2015-09-13 18:40:53 +01:00
michuNEEO
780a796de3 add example 2015-09-13 14:56:07 +02:00
michuNEEO
4428bba483 update gitignore 2015-09-13 14:55:54 +02:00
michuNEEO
6467ad747b update readme, fix stlye issues 2015-09-13 14:41:40 +02:00
michuNEEO
83d60edeaf poc to support colortype 2 2015-09-13 14:31:22 +02:00
Luke Page
75d2927e75 Remove filter type -1 2015-09-08 08:01:04 +01:00
Luke Page
99c5b43871 1.1.0 release 2015-09-07 13:19:38 +01:00
Luke Page
79409fb535 Merge pull request #22 from gagern/deflateFactory
Help producing reproducible results
2015-09-07 13:19:01 +01:00
Martin von Gagern
a0596a58c4 Introduce deflateFactory option to packer
The main application motivating this addition is the creation of
reproducible compression results.  Since `zlib` is shipped with node.js, we
have no control over its version via npm.  To guarantee reproducible
results, other libraries (like pako) could be used, with a fixed version
number to guarantee consistent behavior.  This modification provides a hook
to allow such usage.
2015-08-28 09:59:28 +02:00
Luke Page
7f456bacda 1.0.2 release 2015-08-22 07:04:03 +01:00
Luke Page
15896644fd Expose all info (palette and transparent color) to the user 2015-08-22 07:03:41 +01:00
Luke Page
33be98c413 v1.0.1 2015-08-21 08:11:38 +01:00
Luke Page
ba44715818 Fix #21 - interlaced png's that were not square failed because of typo 2015-08-21 08:11:10 +01:00
Luke Page
880d1b0814 v1.0.0 release 2015-08-08 16:46:59 +01:00
Luke Page
109c83eba2 add the tests from pngparse - fixes #12 2015-08-08 16:39:29 +01:00
Luke Page
dd5003a518 Documentation of sync api and adjustGamma. Fixes #14 2015-08-08 07:16:25 +01:00
Luke Page
6cf6d787bc catch async exceptions and emit error 2015-08-08 06:53:15 +01:00
Luke Page
3ccd332f5a refactor - shorten method param count 2015-08-08 06:42:22 +01:00
Luke Page
3ddd3f11a3 split out bitmapper 2015-08-07 20:46:28 +01:00
Luke Page
adf5216a49 Tidy up filtering. 2015-08-07 07:59:57 +01:00
Luke Page
6607d71c04 test - no large option the wrong way round 2015-08-07 08:26:27 +01:00
Luke Page
b23964c551 Try to run coveralls only in 0.12 2015-08-07 08:20:52 +01:00
Luke Page
88869809e5 tweaks to CI config 2015-08-07 08:12:46 +01:00
Luke Page
119d403098 Rename createData 2015-08-07 07:31:14 +01:00
Luke Page
2fbf81e598 Finished is now optional 2015-08-06 19:57:39 +01:00
Luke Page
735902ff9e refactor parser-sync 2015-08-06 19:46:30 +01:00
Luke Page
1c817dbb9d pick up nolarge no matter how many spec files there are 2015-08-06 19:45:24 +01:00
Luke Page
79465895af Gamma division constant 2015-08-06 18:50:36 +01:00
Luke Page
b24153494e Even longer timeouts 2015-08-06 18:47:19 +01:00
Luke Page
411d777e22 Large timeouts for slow CI servers 2015-08-06 18:36:06 +01:00
Luke Page
a5b282356b bg spec 2015-08-06 13:23:33 +01:00
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