Info
| Version: | 2.0.3 | 
| Author(s): | CMK Software | 
| Last Update: | Sunday, August 24, 2025 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/cmksoftdev/AnimatedPngCreator | 
| NuGet Url: | https://www.nuget.org/packages/AnimatedPngCreator | 
Install
Install-Package AnimatedPngCreator
                        dotnet add package AnimatedPngCreator
                        paket add AnimatedPngCreator
                        
                                AnimatedPngCreator Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
Tags
 
                
Create animated PNGs (APNGs) easily and efficiently in .NET projects.
The package provides a modular structure that separates core functionality from platform-specific wrappers, allowing developers to choose the appropriate image backend (e.g., System.Drawing or Skia) for their environment.
Key Features:
Generate animated PNGs from a sequence of images
Modular design with separate core and wrapper packages
Choose your preferred image backend without affecting core logic
Compatible with multiple .NET frameworks through multi-targeting.