pngdelta

1.0.1 • Public • Published

Compresed PNG Delta Encoding

pngdelta produces bit-efficient compressed deltas between RGB .png files. pngdelta exports two functions:

  • delta(a, b, callback) produces the compressed delta between pngjs loaded PNGs;
  • patch(a, delta, callback) patches the original image with the compressed delta to recover the second image.

Readme

Keywords

none

Package Sidebar

Install

npm i pngdelta

Weekly Downloads

0

Version

1.0.1

License

MIT

Last publish

Collaborators

  • brotchie