Releases: osoclos/apng-fest
Releases · osoclos/apng-fest
Release v1.1.0
Released 1.1.0! A new update to apng-fest
adding new features!
Additions
- Manual writing of animated .PNG images with
writeHeader()
,writeFrame()
andwriteFooter()
functions in theAPNG
class, thus resulting in better performances for staggered encoding of images.
Removals
- Removed the
staggeredDecoding
parameter inAPNG.toBlob()
,APNG.toImg()
,APNG.toBuffer()
andAPNG.toBase64()
functions. It has been replaced with thewriteHeader()
,writeFrame()
andwriteFooter()
functions in theAPNG
class
Full Changelog: v1.0.4...v1.1.0
Release v1.0.4
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
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
Release v1.0.1
Release v1.0.0
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 theAPNG
class, allowing full control of the image.
Full Changelog: https://github.com/osoclos/apng-fest/commits/v1.0.0