GifImageSource 1.0.7
See the version list below for details.
dotnet add package GifImageSource --version 1.0.7
NuGet\Install-Package GifImageSource -Version 1.0.7
<PackageReference Include="GifImageSource" Version="1.0.7" />
paket add GifImageSource --version 1.0.7
#r "nuget: GifImageSource, 1.0.7"
// Install GifImageSource as a Cake Addin #addin nuget:?package=GifImageSource&version=1.0.7 // Install GifImageSource as a Cake Tool #tool nuget:?package=GifImageSource&version=1.0.7
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.07:
- Fixed a bug that caused crashes when using an Uri with queries.
1.06:
- Moved cached images to a separate folder.
- Changed cached image names to hash of filename.
1.05:
- Fixed a bug where the image source could be unloaded while the image was still in the visual tree.
- Fixed a couple bugs with setting stream source.
1.03:
- Fixed a bug that caused crashes when using GIFs in multiple UWP windows
1.02:
- Fixed a couple bugs that caused crashes.
- Improved performance.
1.01:
- Added "pause" function.