GifImageSource 1.1.2
See the version list below for details.
dotnet add package GifImageSource --version 1.1.2
NuGet\Install-Package GifImageSource -Version 1.1.2
<PackageReference Include="GifImageSource" Version="1.1.2" />
paket add GifImageSource --version 1.1.2
#r "nuget: GifImageSource, 1.1.2"
// Install GifImageSource as a Cake Addin #addin nuget:?package=GifImageSource&version=1.1.2 // Install GifImageSource as a Cake Tool #tool nuget:?package=GifImageSource&version=1.1.2
GifImageSource is a Windows Runtime Component for WinRT, Windows Phone 8 and Universal Windows projects, made for rendering GIF images in a resource efficient way using Direct2D
Product | Versions Compatible and additional computed target framework versions. |
---|---|
Universal Windows Platform | uap was computed. uap10.0 is compatible. |
Windows Phone | wpa is compatible. |
Windows Store | netcore was computed. netcore45 is compatible. netcore451 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.8 | 1,540 | 2/27/2018 |
1.1.7 | 1,077 | 2/23/2018 |
1.1.6 | 1,092 | 8/18/2017 |
1.1.5 | 1,208 | 11/30/2016 |
1.1.4 | 1,089 | 10/1/2016 |
1.1.3 | 1,120 | 8/1/2016 |
1.1.2 | 1,251 | 7/12/2016 |
1.1.1 | 1,199 | 6/28/2016 |
1.1.0 | 1,064 | 6/27/2016 |
1.0.9 | 1,121 | 5/26/2016 |
1.0.8 | 1,081 | 4/14/2016 |
1.0.7 | 1,117 | 3/25/2016 |
1.0.6 | 1,354 | 3/21/2016 |
1.0.5 | 1,161 | 3/16/2016 |
1.0.3 | 1,505 | 2/27/2016 |
1.0.2 | 1,433 | 2/27/2016 |
1.0.1 | 1,179 | 2/26/2016 |
1.0.0 | 1,381 | 2/25/2016 |
1.12
- Replaced render task with rendering in CompositionTarget::Rendering event to fix a memory leak problem.
- A quite substantial performance improvement of up to 25% reduction in CPU usage.
- Added data binding and INotifyPropertyChanged to CurrentFrame and FrameCount properties.
- Changed AnimationBehavior::SetImageStreamSource to an awaitable task.