Skip to content

thomas694/WebPAnimationViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebpAnimationViewer

A demo application written in C# with a simple WPF control for loading and showing an animated WebP file. Also includes the original WPF control from MS for showing animated GIF images.

Functionality / Usage

The demo application starts and displays the first WebP image. After five seconds it switches to the second WebP image.

Embed the control inside e.g. a dock panel and set its source property either in designer or code.

    <DockPanel Background="Black">
        <local:AnimatedWebpElement x:Name="anim" Source="C:\your.webp" />
    </DockPanel>

About

A demo application with a simple WPF control for loading and showing an animated WebP file

Topics

Resources

License

Stars

Watchers

Forks

Languages