Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 758 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 758 Bytes

APNG Player Library

NuGet

WPF User Control that can show APNG/PNG animated files and play them

Usage

xmlns:apngPlayer="clr-namespace:ImoutoRebirth.Navigator.ApngWpfPlayer.ApngPlayer;assembly=ImoutoRebirth.Navigator.ApngWpfPlayer"
...
<apngPlayer:ApngPlayer Source="{Binding Path}" />

Installation

Install as NuGet package:

Install-Package ImoutoRebirth.ApngWpfPlayer

or

<PackageReference Include="ImoutoRebirth.ApngWpfPlayer" Version="1.4.2" />