Xamarin.FFImageLoading 2.4.11.982

.NET Standard 1.0

Requires NuGet 2.8.1 or higher.

dotnet add package Xamarin.FFImageLoading --version 2.4.11.982
NuGet\Install-Package Xamarin.FFImageLoading -Version 2.4.11.982
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Xamarin.FFImageLoading" Version="2.4.11.982" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xamarin.FFImageLoading --version 2.4.11.982
#r "nuget: Xamarin.FFImageLoading, 2.4.11.982"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Xamarin.FFImageLoading as a Cake Addin
#addin nuget:?package=Xamarin.FFImageLoading&version=2.4.11.982

// Install Xamarin.FFImageLoading as a Cake Tool
#tool nuget:?package=Xamarin.FFImageLoading&version=2.4.11.982

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)

Product Versions
.NET net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows
.NET Core netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1
.NET Standard netstandard1.0 netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1
.NET Framework net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
MonoAndroid monoandroid monoandroid10
MonoMac monomac
MonoTouch monotouch
Tizen tizen30 tizen40 tizen60
Universal Windows Platform uap uap10.0
Windows Phone wp8 wp81 wpa81
Windows Store netcore netcore45 netcore451 win81
Xamarin.iOS xamarinios xamarinios10
Xamarin.Mac xamarinmac xamarinmac20
Xamarin.TVOS xamarintvos
Xamarin.WatchOS xamarinwatchos
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
  • MonoAndroid 1.0

    • No dependencies.
  • Xamarin.iOS 1.0

  • Xamarin.Mac 2.0

NuGet packages (38)

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.

SheshaMobile.Core.Controls

The core controls module contains common functionality used on the app

SheshaMobile.Modules.UserProfile

A module for building apps with user functionality

GitHub repositories (16)

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.
cocoa-mhlw/cocoa
AndreiMisiukevich/CardView
CardsView | CarouselView | CoverflowView | CubeView for Xamarin.Forms
microsoft/PartsUnlimited
.Net Core + SQL Azure app for DevOps Scenarios
microsoft/SmartHotel360-Mobile
SmartHotel360 Mobile
Version Downloads Last updated
2.4.11.982 6,702,589 5/19/2019
2.4.10.972 15,295 5/16/2019
2.4.9.961 94,290 5/7/2019
2.4.8.956 10,676 5/6/2019
2.4.7.944 13,294 5/3/2019
2.4.7.938-pre 2,395 5/2/2019
2.4.6.929 38,747 4/29/2019
2.4.5.922 19,464 4/26/2019
2.4.5.918-pre 1,364 4/26/2019
2.4.5.909-pre 19,111 4/18/2019
2.4.4.859 3,290,325 11/16/2018
2.4.4.858-pre 2,304 11/16/2018
2.4.3.840 403,454 6/10/2018
2.4.2.832 8,776 6/9/2018
2.4.1.823 47,901 5/29/2018
2.3.6 193,504 3/29/2018
2.3.5 41,061 3/22/2018
2.3.4 287,457 1/7/2018
2.3.3 13,546 1/3/2018
2.3.2 29,480 12/25/2017
2.3.1 33,917 12/15/2017
2.2.25 101,043 11/13/2017
2.2.25-pre-619-legac 3,403 11/15/2017
2.2.24 13,202 11/7/2017
2.2.23 6,906 11/4/2017
2.2.22 18,834 10/26/2017
2.2.21 9,972 10/25/2017
2.2.20 70,324 10/4/2017
2.2.19 12,021 9/30/2017
2.2.18 5,016 9/28/2017
2.2.17 4,722 9/27/2017
2.2.16 10,875 9/26/2017
2.2.15 5,631 9/22/2017
2.2.14 3,497 9/21/2017
2.2.13 9,651 9/18/2017
2.2.12 2,378 9/18/2017
2.2.11 18,074 9/7/2017
2.2.10 32,899 8/30/2017
2.2.9 237,980 2/25/2017
2.2.8 24,544 1/30/2017
2.2.7 20,293 1/10/2017
2.2.6 9,539 1/2/2017
2.2.5 33,665 11/11/2016
2.2.4 5,259 11/7/2016
2.2.3 4,011 11/4/2016
2.2.2 4,207 11/3/2016
2.2.1 3,218 10/31/2016
2.2.0 2,144 10/31/2016
2.1.8 32,485 9/25/2016
2.1.7 36,841 9/6/2016
2.1.6 28,943 7/6/2016
2.1.5 12,261 6/10/2016