mirror of
https://github.com/danbulant/pngjs
synced 2026-05-27 22:02:22 +00:00
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. |
||
|---|---|---|
| .. | ||
| bitmapper.js | ||
| chunkstream.js | ||
| constants.js | ||
| crc.js | ||
| filter-pack.js | ||
| filter-parse-async.js | ||
| filter-parse-sync.js | ||
| filter-parse.js | ||
| format-normaliser.js | ||
| interlace.js | ||
| packer.js | ||
| paeth-predictor.js | ||
| parser-async.js | ||
| parser-sync.js | ||
| parser.js | ||
| png-sync.js | ||
| png.js | ||
| sync-reader.js | ||