https://github.com/imoutochan/apngwpfplayer
WPF user control designed to display and play APNG/PNG animation.
https://github.com/imoutochan/apngwpfplayer
apng apng-animation csharp csharp-library dotnet png-animation wpf
Last synced: about 1 year ago
JSON representation
WPF user control designed to display and play APNG/PNG animation.
- Host: GitHub
- URL: https://github.com/imoutochan/apngwpfplayer
- Owner: ImoutoChan
- License: mit
- Created: 2021-05-23T20:08:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-16T22:18:34.000Z (about 2 years ago)
- Last Synced: 2025-05-08T03:19:05.836Z (about 1 year ago)
- Topics: apng, apng-animation, csharp, csharp-library, dotnet, png-animation, wpf
- Language: C#
- Homepage:
- Size: 11.4 MB
- Stars: 8
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# APNG Player Library
[](https://www.nuget.org/packages/ImoutoRebirth.ApngWpfPlayer)
WPF User Control that can show [APNG/PNG](https://wiki.mozilla.org/APNG_Specification) animated files and play them
## Usage
```xaml
xmlns:apngPlayer="clr-namespace:ImoutoRebirth.Navigator.ApngWpfPlayer.ApngPlayer;assembly=ImoutoRebirth.Navigator.ApngWpfPlayer"
...
```
## Installation
Install as [NuGet package](https://www.nuget.org/packages/ImoutoRebirth.ApngWpfPlayer):
```powershell
Install-Package ImoutoRebirth.ApngWpfPlayer
```
or
```xml
```