APNGKit v2.2.1 Release Notes

Release Date: 2022-05-08 // almost 2 years ago
  • ๐Ÿ›  Fix

    • Wrong canvas parameter when the image header set to "true color". Now an image with non-alpha channel should be also read correctly. #125 @onevcat

Previous changes from v2.2.0

  • โž• Add

    • ๐Ÿ‘Œ Support for setting a single APNGImage to multiple APNGImageViews. It lifts off the limitation in previous versions that an APNGImage can only be set to one APNGImageView. Now, it is free to be used in different image views and the image view controls the animation playing. #124 @onevcat