hippiehunter / GifRenderer

Gif Renderer for Universal Windows Apps
4 stars 0 forks source link

GifRenderer

Universal Windows(XAML) Image viewer for very high resolution images and GIFs

Usage

First add the vcxproj's and shared project to your solution then, in the target xaml file assuming your xmlns looks like this:

    xmlns:gif="using:GifRenderer"

Usage will look something like this:

    <gif:ZoomableImageControl DataContext="{Binding Url}" />

Do not use the NuGet package. It is out of date and I've not figured out how to correctly package this

Limitations

Awesome Things