pngjs/lib
Ryo Kawaguchi 0a6201df87 Support up to node v9 (#110)
* Fix compatibility issues with node 9.

* Fix async tests.
2018-04-19 22:04:14 +02:00
..
bitmapper.js Fix issue #65 (single pixel png causes an error) (#72) 2017-02-15 18:19:32 +01:00
bitpacker.js Fixes for #88 and #93 (#94) 2017-11-15 07:47:10 +01:00
chunkstream.js chore(chunkstream): minor typo (#58) 2016-07-06 18:28:57 +02:00
constants.js move color type constants to constants. Revert change requiring default options on null. 2015-09-13 18:40:53 +01:00
crc.js poc to support colortype 2 2015-09-13 14:31:22 +02:00
filter-pack.js Fix filter none. Fixes #92 2018-02-16 10:03:37 +01:00
filter-parse-async.js refactor - shorten method param count 2015-08-08 06:42:22 +01:00
filter-parse-sync.js refactor - shorten method param count 2015-08-08 06:42:22 +01:00
filter-parse.js refactor - shorten method param count 2015-08-08 06:42:22 +01:00
format-normaliser.js Pull out format normaliser. Fix #18 2015-08-05 23:21:28 +01:00
interlace.js Fix #21 - interlaced png's that were not square failed because of typo 2015-08-21 08:11:10 +01:00
packer-async.js Moved packer processing options to Packer class. Use zlib deflate options in PackerSync. 2015-12-04 10:35:19 +02:00
packer-sync.js Kill zlib (#102) 2018-02-16 09:54:16 +01:00
packer.js Add writing 16 bit channels and support for grayscale input (#82) 2017-08-05 10:41:47 +02:00
paeth-predictor.js poc to support colortype 2 2015-09-13 14:31:22 +02:00
parser-async.js Support up to node v9 (#110) 2018-04-19 22:04:14 +02:00
parser-sync.js Kill zlib (#102) 2018-02-16 09:54:16 +01:00
parser.js Fix for bug #78 (#79) 2017-04-30 11:32:05 +02:00
png-sync.js Added support for encoding 8-bit grayscale images (colorType = 0 and 4) (#76) 2017-04-30 11:45:27 +02:00
png.js fix: explicitly coerce all pixel-dimensioned inputs to integers (#66) 2017-01-09 07:12:46 +01:00
sync-inflate.js Support up to node v9 (#110) 2018-04-19 22:04:14 +02:00
sync-reader.js Remove copyright from individual files. It is included in the project once. 2015-08-04 23:03:38 +01:00