Convert APNG files in C#

Overview

The Animated Portable Network Graphics (APNG) file format is an extension to the Portable Network Graphics (PNG) specification. It allows for animated PNG files that work similarly to animated GIF files, while supporting 24-bit images and 8-bit transparency not available for GIFs. It also retains backward compatibility with non-animated PNG files.

Now the APNG file format is available in the Aspose.Imaging. It is implemented in the “Aspose.Imaging.FileFormats.Apng.ApngImage” class. In general, the behavior of this class is the same as that of similar animated formats (like Gif or Webp).

Create APNG image from PNG

Export APNG animation to animated GIF

Save to animated APNG image from animated WEBP

Save to animated APNG image from multi-page Tiff file

Create an animated APNG image from single-page image

Create APNG animation using vector graphics