Xamarin.FFImageLoading
2.2.21
Xamarin Library to load images quickly and easily.
Features:
- Xamarin.iOS, Xamarin.Android, Xamarin.Forms, Xamarin.Mac and Windows (WinRT, UWP) support
- Configurable disk and memory caching
- Multiple image views using the same image source (url, path, resource) will use only one bitmap which is cached in memory (less memory usage)
- Deduplication of similar download/load requests. *(If 100 similar requests arrive at same time then one real loading will be performed while 99 others will wait).*
- Error and loading placeholders support
- Images can be automatically downsampled to specified size (less memory usage)
- Fluent API which is inspired by Picasso naming
- SVG / WebP / GIF support
- Image loading Fade-In animations support
- Can retry image downloads (RetryCount, RetryDelay)
- Android bitmap optimization. Saves 50% of memory by trying not to use transparency channel when possible.
- Transformations support
- BlurredTransformation
- CircleTransformation, RoundedTransformation, CornersTransformation, CropTransformation
- ColorSpaceTransformation, GrayscaleTransformation, SepiaTransformation, TintTransformation
- FlipTransformation, RotateTransformation
- Supports custom transformations (native platform `ITransformation` implementations)
See the version list below for details.
Requires NuGet 2.8.1 or higher.
Install-Package Xamarin.FFImageLoading -Version 2.2.21
dotnet add package Xamarin.FFImageLoading --version 2.2.21
<PackageReference Include="Xamarin.FFImageLoading" Version="2.2.21" />
paket add Xamarin.FFImageLoading --version 2.2.21
#r "nuget: Xamarin.FFImageLoading, 2.2.21"
// Install Xamarin.FFImageLoading as a Cake Addin #addin nuget:?package=Xamarin.FFImageLoading&version=2.2.21 // Install Xamarin.FFImageLoading as a Cake Tool #tool nuget:?package=Xamarin.FFImageLoading&version=2.2.21
Dependencies
-
Xamarin.iOS 1.0
- WebP.Touch (>= 1.0.4)
Used By
NuGet packages (36)
Showing the top 5 NuGet packages that depend on Xamarin.FFImageLoading:
Package | Downloads |
---|---|
Xamarin.FFImageLoading.Forms
Xamarin Library to load images quickly and easily on Xamarin.Forms.
Ensure you call CachedImageRenderer.Init() on each platform!!!
Features:
- Xamarin.iOS, Xamarin.Android, Xamarin.Forms, Xamarin.Mac and Windows (WinRT, UWP) support
- Configurable disk and memory caching
- Multiple image views using the same image source (url, path, resource) will use only one bitmap which is cached in memory (less memory usage)
- Deduplication of similar download/load requests. *(If 100 similar requests arrive at same time then one real loading will be performed while 99 others will wait).*
- Error and loading placeholders support
- Images can be automatically downsampled to specified size (less memory usage)
- Fluent API which is inspired by Picasso naming
- SVG / WebP / GIF support
- Image loading Fade-In animations support
- Can retry image downloads (RetryCount, RetryDelay)
- Android bitmap optimization. Saves 50% of memory by trying not to use transparency channel when possible.
- Transformations support
- BlurredTransformation
- CircleTransformation, RoundedTransformation, CornersTransformation, CropTransformation
- ColorSpaceTransformation, GrayscaleTransformation, SepiaTransformation, TintTransformation
- FlipTransformation, RotateTransformation
- Supports custom transformations (native platform `ITransformation` implementations)
|
|
Xamarin.FFImageLoading.Transformations
Transformations for FFImageLoading library.
- BlurredTransformation
- CircleTransformation, RoundedTransformation, CornersTransformation, CropTransformation
- ColorSpaceTransformation, GrayscaleTransformation, SepiaTransformation, TintTransformation
- FlipTransformation, RotateTransformation
- Supports custom transformations (native platform `ITransformation` implementations)
These transformations can be consumed from FFImageLoading and FFImageLoading.Forms (Xamarin Forms).
Don't forget to add the package in all platform specific projects. This way the correct native implementation is injected.
|
|
Xamarin.FFImageLoading.Svg
SVG support for FFImageLoading library.
|
|
DK.Controls
Extended and improved controls for Xamarin Forms
|
|
SheshaMobile.Core.Controls
The core controls module contains common functionality used on the app
|
GitHub repositories (18)
Showing the top 5 popular GitHub repositories that depend on Xamarin.FFImageLoading:
Repository | Stars |
---|---|
MvvmCross/MvvmCross
The .NET MVVM framework for cross-platform solutions, including Xamarin.iOS, Xamarin.Android, Windows and Mac.
|
|
microsoft/appcenter
Central repository for App Center open source resources and planning.
|
|
dotnet/Comet
Comet is an MVU UIToolkit written in C#
|
|
AndreiMisiukevich/CardView
CardsView | CarouselView | CoverflowView | CubeView for Xamarin.Forms
|
|
cocoa-mhlw/cocoa
|
Version History
Version | Downloads | Last updated |
---|---|---|
2.4.11.982 | 1,859,503 | 5/19/2019 |
2.4.10.972 | 9,779 | 5/16/2019 |
2.4.9.961 | 69,130 | 5/7/2019 |
2.4.8.956 | 9,558 | 5/6/2019 |
2.4.7.944 | 9,561 | 5/3/2019 |
2.4.7.938-pre | 2,043 | 5/2/2019 |
2.4.6.929 | 30,084 | 4/29/2019 |
2.4.5.922 | 16,528 | 4/26/2019 |
2.4.5.918-pre | 1,024 | 4/26/2019 |
2.4.5.909-pre | 18,310 | 4/18/2019 |
2.4.4.859 | 516,739 | 11/16/2018 |
2.4.4.858-pre | 1,925 | 11/16/2018 |
2.4.3.840 | 352,073 | 6/10/2018 |
2.4.2.832 | 6,490 | 6/9/2018 |
2.4.1.823 | 40,531 | 5/29/2018 |
2.3.6 | 172,120 | 3/29/2018 |
2.3.5 | 37,384 | 3/22/2018 |
2.3.4 | 258,784 | 1/7/2018 |
2.3.3 | 8,688 | 1/3/2018 |
2.3.2 | 28,341 | 12/25/2017 |
2.3.1 | 32,534 | 12/15/2017 |
2.2.25 | 80,200 | 11/13/2017 |
2.2.25-pre-619-legac | 3,032 | 11/15/2017 |
2.2.24 | 12,202 | 11/7/2017 |
2.2.23 | 5,146 | 11/4/2017 |
2.2.22 | 17,769 | 10/26/2017 |
2.2.21 | 5,547 | 10/25/2017 |
2.2.20 | 65,226 | 10/4/2017 |
2.2.19 | 11,037 | 9/30/2017 |
2.2.18 | 4,077 | 9/28/2017 |
2.2.17 | 3,796 | 9/27/2017 |
2.2.16 | 9,940 | 9/26/2017 |
2.2.15 | 4,708 | 9/22/2017 |
2.2.14 | 2,600 | 9/21/2017 |
2.2.13 | 8,544 | 9/18/2017 |
2.2.12 | 1,487 | 9/18/2017 |
2.2.11 | 15,127 | 9/7/2017 |
2.2.10 | 27,236 | 8/30/2017 |
2.2.9 | 221,825 | 2/25/2017 |
2.2.8 | 22,055 | 1/30/2017 |
2.2.7 | 15,960 | 1/10/2017 |
2.2.6 | 7,081 | 1/2/2017 |
2.2.5 | 27,147 | 11/11/2016 |
2.2.4 | 4,515 | 11/7/2016 |
2.2.3 | 2,716 | 11/4/2016 |
2.2.2 | 3,289 | 11/3/2016 |
2.2.1 | 2,440 | 10/31/2016 |
2.2.0 | 1,462 | 10/31/2016 |
2.1.8 | 28,519 | 9/25/2016 |
2.1.7 | 35,119 | 9/6/2016 |
2.1.6 | 23,515 | 7/6/2016 |
2.1.5 | 10,189 | 6/10/2016 |