Commit graph

130 commits

Author SHA1 Message Date
Luke Page
db33e31a41 clarify bgColor option 2015-10-28 19:48:26 +00:00
Luke Page
43852cdab6 Update .travis.yml 2015-10-28 19:44:44 +00:00
Luke Page
346bdaa07b test on node 4.3 in travis 2015-10-28 19:43:05 +00:00
Luke Page
f4b394e117 update badge names pngjs2 -> pngjs 2015-10-28 19:41:30 +00:00
Luke Page
e81a7525e5 Merge pull request #32 from cb1kenobi/flatten-bgcolor
Added bgColor support when removing alpha from image.
2015-10-28 19:39:04 +00:00
Chris Barber
76450f7e2d Added bgColor support when removing alpha from image. 2015-10-23 14:05:00 -05:00
Luke Page
717cbb13b4 rename to pngjs 2015-10-20 17:09:09 +01:00
Luke Page
8575154813 Update to pngjs 2015-10-20 17:07:34 +01:00
Luke Page
45033d4031 expand example to create a new file 2015-10-09 07:49:42 +01:00
Luke Page
912df207b5 don't include filter type when parsing 2015-10-09 07:46:45 +01:00
Luke Page
0da750762f Update changelog 2015-10-08 12:17:59 +01:00
Luke Page
7878c860ad Version 2 release 2015-10-08 12:15:01 +01:00
Luke Page
c631e6507c Merge pull request #30 from elisee/patch-3
Fix a couple typos in README.md
2015-10-08 12:14:02 +01:00
Luke Page
b5105432b3 Merge pull request #29 from elisee/patch-2
Remove accidentally-added "src" parameter from PNG.prototype.bitblt
2015-10-08 12:13:42 +01:00
Luke Page
ace6fa505b Merge pull request #28 from elisee/patch-1
Require the correct module in the README example
2015-10-08 12:12:48 +01:00
Elisée
4004ac2cd5 Fix a couple typos in README.md 2015-10-08 09:43:43 +02:00
Elisée
7717852dad Remove "src" parameter from PNG.prototype.bitblt 2015-10-08 09:31:32 +02:00
Elisée
3c3eb6d709 Require the correct module in the README example 2015-10-08 08:22: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