Skip to content

Releases: osoclos/apng-fest

Release v1.1.0

12 Mar 07:15
Compare
Choose a tag to compare

Released 1.1.0! A new update to apng-fest adding new features!

Additions

  • Manual writing of animated .PNG images with writeHeader(), writeFrame() and writeFooter() functions in the APNG class, thus resulting in better performances for staggered encoding of images.

Removals

  • Removed the staggeredDecoding parameter in APNG.toBlob(), APNG.toImg(), APNG.toBuffer() and APNG.toBase64() functions. It has been replaced with the writeHeader(), writeFrame() and writeFooter() functions in the APNG class

Full Changelog: v1.0.4...v1.1.0

Release v1.0.4

12 Mar 03:17
Compare
Choose a tag to compare

Patches

  • Fixed an issue where staggered decoding does not produce the expected result.

Full Changelog: v1.0.3...v1.0.4

Release v1.0.3

12 Mar 02:53
Compare
Choose a tag to compare

Patches

  • Fixed the ability to encode and decode multiple data chunks in a single frame.

Full Changelog: v1.0.2...v1.0.3

Release v1.0.2

11 Mar 15:03
Compare
Choose a tag to compare

Patches

  • Fixed the module file path in the package.json file.

Full Changelog: v1.0.1...v1.0.2

Release v1.0.1

11 Mar 14:29
Compare
Choose a tag to compare

Patches

  • Changed the module name in IIFE imports from APNG to AF.

Full Changelog: v1.0.0...v1.0.1

Release v1.0.0

11 Mar 14:26
Compare
Choose a tag to compare

Officially released apng-fest! A new JavaScript library has been born!

Additions

  • The newly added APNG class gives you the power to create and manipulate animated .PNGs images and convert them to a downloadable file or in buffer form.
  • The Frame class gives you the ability to create new frames and manipulate them to be added to the APNG class, allowing full control of the image.

Full Changelog: https://github.com/osoclos/apng-fest/commits/v1.0.0