..
bitmapper.js
Fix issue #65 (single pixel png causes an error) ( #72 )
2017-02-15 18:19:32 +01:00
bitpacker.js
Added bgColor support when removing alpha from image.
2015-10-23 14:05:00 -05: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
Use lowercase BPP consistently
2015-09-13 18:43:44 +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
drop support for node < 4
2016-08-03 05:37:26 +02:00
packer.js
Moved packer processing options to Packer class. Use zlib deflate options in PackerSync.
2015-12-04 10:35:19 +02:00
paeth-predictor.js
poc to support colortype 2
2015-09-13 14:31:22 +02:00
parser-async.js
Fix for bug #78 ( #79 )
2017-04-30 11:32:05 +02:00
parser-sync.js
Fix for bug #78 ( #79 )
2017-04-30 11:32:05 +02:00
parser.js
Fix for bug #78 ( #79 )
2017-04-30 11:32:05 +02:00
png-sync.js
Begin to lay out a symetric packer api for synchronous usage.
2015-11-25 14:36:22 +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
Fix for bug #78 ( #79 )
2017-04-30 11:32:05 +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