An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# APNG Player Library

[![NuGet](https://img.shields.io/nuget/v/ImoutoRebirth.ApngWpfPlayer.svg?style=flat-square)](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

```