Creating and manipulating animation using APNG fileformat

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.

1) Export APNG animation to animated GIF

Input image

Result image

Input image Result image

2) Create an animation from multi-page Tiff file

Source image - img4.tif

Result animation:

Apng animation example

3) Create APNG animation from single-page image

Source image

Resulting animation

Source image Created animation

4) Create APNG animation using vector graphics

Created from graphics animation:

Created from graphics animation