pngjs/lib
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
..
bitmapper.js catch async exceptions and emit error 2015-08-08 06:53:15 +01:00
chunkstream.js catch async exceptions and emit error 2015-08-08 06:53:15 +01:00
constants.js Gamma division constant 2015-08-06 18:50:36 +01:00
crc.js Remove copyright from individual files. It is included in the project once. 2015-08-04 23:03:38 +01:00
filter-pack.js Tidy up filtering. 2015-08-07 07:59:57 +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.js Introduce deflateFactory option to packer 2015-08-28 09:59:28 +02:00
paeth-predictor.js Tidy up filtering. 2015-08-07 07:59:57 +01:00
parser-async.js refactor - shorten method param count 2015-08-08 06:42:22 +01:00
parser-sync.js Expose all info (palette and transparent color) to the user 2015-08-22 07:03:41 +01:00
parser.js refactor - shorten method param count 2015-08-08 06:42:22 +01:00
png-sync.js refactor parser-sync 2015-08-06 19:46:30 +01:00
png.js Tidy up filtering. 2015-08-07 07:59:57 +01:00
sync-reader.js Remove copyright from individual files. It is included in the project once. 2015-08-04 23:03:38 +01:00