fresco.imagepipeline
0.1.7
Install-Package fresco.imagepipeline -Version 0.1.7
dotnet add package fresco.imagepipeline --version 0.1.7
<PackageReference Include="fresco.imagepipeline" Version="0.1.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add fresco.imagepipeline --version 0.1.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: fresco.imagepipeline, 0.1.7"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install fresco.imagepipeline as a Cake Addin
#addin nuget:?package=fresco.imagepipeline&version=0.1.7
// Install fresco.imagepipeline as a Cake Tool
#tool nuget:?package=fresco.imagepipeline&version=0.1.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Image Pipeline loads images from the network, local storage, or local resources. To save data and CPU, it has three levels of cache; two in memory and another in internal storage.
Product | Versions |
---|---|
Universal Windows Platform | uap uap10.0 |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
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 |
---|---|---|
0.1.7 | 43,250 | 8/7/2018 |
0.1.6 | 1,819 | 6/5/2018 |
0.1.5 | 7,701 | 3/9/2018 |
0.1.4 | 735 | 3/8/2018 |
0.1.3 | 721 | 3/1/2018 |
0.1.2 | 8,192 | 1/16/2018 |
0.1.1 | 2,089 | 12/21/2017 |
0.1.0 | 655 | 11/20/2017 |
0.0.9 | 804 | 11/7/2017 |
0.0.8 | 3,494 | 10/10/2017 |
0.0.7 | 1,252 | 10/10/2017 |
0.0.6 | 824 | 10/4/2017 |
0.0.4 | 791 | 9/24/2017 |
0.0.3 | 1,211 | 5/15/2017 |
0.0.2 | 717 | 2/21/2017 |
Updates memory pool params to avoid failing on devices having memory limit as: 0-4MB, 32-~66MB.