Commit graph

70 commits

Author SHA1 Message Date
Daniel Bulant
c2302025b7 NOTICE 2020-05-29 18:53:56 +02:00
Luke Page
6736cef032
Fix incorrect info in readme 2020-04-15 21:20:41 +02:00
Luke Page
c3a2ba2cc5 v5.0.0 2020-04-15 21:16:02 +02:00
Luke Page
40178cabb2
Fix Travis CI link after migration (#143) 2020-04-10 14:21:22 +02:00
Luke Page
f3110ce2e0 switch to codecov 2020-04-10 09:53:05 +02:00
Luke Page
7158967dcf
Fix appveyor builds 2020-04-10 09:12:28 +02:00
Luke Page
68b6da32b6
Remove greenkeeper reference 2020-04-10 09:08:59 +02:00
Luke Page
32271b56e3 prettier, es6, upgrades 2020-04-09 20:28:27 +02:00
Luke Page
31bedc7bb0 v4.0.0 2020-04-09 15:58:37 +02:00
Luke Page
9e499c4f92 v3.4.0 2019-03-09 13:59:38 +01:00
Max Gordon
728cc7e265 Added a browserified version (#98) 2019-03-08 06:29:59 +01:00
Luke Page
ae7b0a1534 v3.3.3 2018-04-19 22:06:27 +02:00
Luke Page
f947e3fcfb v3.3.2 2018-02-16 09:56:01 +01:00
Luke Page
a3d9c92eec v3.3.1 2017-11-15 19:40:12 +01:00
Jesus Nuevo
2c37ebcbf2 Add writing 16 bit channels and support for grayscale input (#82)
* Add support for writing 16 bit channels

* Fix for quick exit from the bitpacker

* Add example and describe bitDepth option in README
2017-08-05 10:41:47 +02:00
Gergely Hornich
a1d9b0a52d Fix typos in readme (#85) 2017-06-14 19:09:49 +02:00
Luke Page
9c35587467 v3.2.0 2017-04-30 11:48:35 +02:00
Eugene Kulabuhov
f28d2a9e02 Added support for encoding 8-bit grayscale images (colorType = 0 and 4) (#76)
* Added support for encoding 8-bit grayscale images (colorType = 4)

* Fixed unit tests, updated README

* [README.md] Added Browserify and TOC
2017-04-30 11:45:27 +02:00
Luke Page
4c09644993 v3.1.0 2017-04-30 11:41:35 +02:00
yjhuoh
8bb2686bb9 typo in readme (#74) 2017-03-05 06:50:39 +00:00
Luke Page
d64454721c v3.0.1 2017-02-16 07:09:50 +01:00
greenkeeper[bot]
2c5f972566 docs(readme): add Greenkeeper badge (#73)
https://greenkeeper.io/
2017-02-15 18:34:47 +01:00
Luke Page
96c67ea08d drop support for node < 4 2016-08-03 05:37:26 +02:00
Luke Page
ebdb3c546c v2.3.0 2016-04-22 07:30:39 +02:00
Mitar
e1c1022162 Backporting to 0.10
* Backporting to 0.10 for Meteor.

* Still use zlib if possible.

* Updated README.

* Try Travis CI for 0.10.
2016-04-21 23:45:11 +02:00
Luke Page
a3f3ef50df clarification - fixes #36 2016-02-16 05:57:59 +01:00
Luke Page
596f130230 Correct instructions for testing - related to #36 2015-12-15 13:06:12 +00:00
Luke Page
2ec7f0d50f v2.2.0 2015-12-04 21:27:05 +00:00
Gusts Kaksis
42fd49f0b6 Begin to lay out a symetric packer api for synchronous usage. 2015-11-25 14:36:22 +02:00
Luke Page
214838df84 2.1 changelog 2015-10-28 19:50:27 +00:00
Luke Page
db33e31a41 clarify bgColor option 2015-10-28 19:48:26 +00:00
Luke Page
f4b394e117 update badge names pngjs2 -> pngjs 2015-10-28 19:41:30 +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
0da750762f Update changelog 2015-10-08 12:17:59 +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
Elisée
4004ac2cd5 Fix a couple typos in README.md 2015-10-08 09:43:43 +02:00
Elisée
3c3eb6d709 Require the correct module in the README example 2015-10-08 08:22:43 +02:00
Luke Page
d7a8638b72 do not use the output format to determine the input one 2015-09-13 19:19:32 +01:00
michuNEEO
6467ad747b update readme, fix stlye issues 2015-09-13 14:41:40 +02:00
Luke Page
75d2927e75 Remove filter type -1 2015-09-08 08:01:04 +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
dd5003a518 Documentation of sync api and adjustGamma. Fixes #14 2015-08-08 07:16:25 +01:00
Luke Page
2398b72c8f Update README.md
Add an extra space for NPM
2015-08-04 08:04:30 +01:00
Luke Page
53bd460f4f v0.0.3 2015-08-03 22:46:14 +01:00
Luke Page
a3620b0f02 Coveralls badge 2015-08-03 22:40:03 +01:00
Luke Page
7c6f744795 AppVeyor badge 2015-08-03 17:15:03 +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