Xamarin.FFImageLoading
2.2.25
See the version list below for details.
Requires NuGet 2.8.1 or higher.
dotnet add package Xamarin.FFImageLoading --version 2.2.25
NuGet\Install-Package Xamarin.FFImageLoading -Version 2.2.25
<PackageReference Include="Xamarin.FFImageLoading" Version="2.2.25" />
paket add Xamarin.FFImageLoading --version 2.2.25
#r "nuget: Xamarin.FFImageLoading, 2.2.25"
// Install Xamarin.FFImageLoading as a Cake Addin #addin nuget:?package=Xamarin.FFImageLoading&version=2.2.25 // Install Xamarin.FFImageLoading as a Cake Tool #tool nuget:?package=Xamarin.FFImageLoading&version=2.2.25
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 Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.0 is compatible. netstandard1.1 was computed. netstandard1.2 was computed. netstandard1.3 was computed. netstandard1.4 was computed. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. monoandroid10 is compatible. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap is compatible. uap10.0 was computed. |
Windows Phone | wp8 was computed. wp81 was computed. wpa81 is compatible. |
Windows Store | netcore was computed. netcore45 was computed. netcore451 was computed. win81 is compatible. |
Xamarin.iOS | xamarinios was computed. xamarinios10 is compatible. |
Xamarin.Mac | xamarinmac was computed. xamarinmac20 is compatible. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
Xamarin.iOS 1.0
- WebP.Touch (>= 1.0.4)
NuGet packages (39)
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 (7)
Showing the top 5 popular GitHub repositories that depend on Xamarin.FFImageLoading:
Repository | Stars |
---|---|
cocoa-mhlw/cocoa
|
|
AndreiMisiukevich/CardView
CardsView | CarouselView | CoverflowView | CubeView for Xamarin.Forms
|
|
microsoft/SmartHotel360-Mobile
SmartHotel360 Mobile
|
|
daniel-luberda/DLToolkit.Forms.Controls
Xamarin.Forms Custom Controls
|
|
Drutol/MALClient
Not so small client app for Myanimelist.net - Windows 10 UWP & Android
|
Version | Downloads | Last updated |
---|---|---|
2.4.11.982 | 11,188,076 | 5/19/2019 |
2.4.10.972 | 21,345 | 5/16/2019 |
2.4.9.961 | 112,537 | 5/7/2019 |
2.4.8.956 | 14,749 | 5/6/2019 |
2.4.7.944 | 17,393 | 5/3/2019 |
2.4.7.938-pre | 5,886 | 5/2/2019 |
2.4.6.929 | 47,215 | 4/29/2019 |
2.4.5.922 | 23,979 | 4/26/2019 |
2.4.5.918-pre | 4,780 | 4/26/2019 |
2.4.5.909-pre | 22,569 | 4/18/2019 |
2.4.4.859 | 9,223,421 | 11/16/2018 |
2.4.4.858-pre | 5,842 | 11/16/2018 |
2.4.3.840 | 433,294 | 6/10/2018 |
2.4.2.832 | 13,495 | 6/9/2018 |
2.4.1.823 | 55,207 | 5/29/2018 |
2.3.6 | 206,634 | 3/29/2018 |
2.3.5 | 45,206 | 3/22/2018 |
2.3.4 | 301,577 | 1/7/2018 |
2.3.3 | 17,429 | 1/3/2018 |
2.3.2 | 33,387 | 12/25/2017 |
2.3.1 | 37,975 | 12/15/2017 |
2.2.25 | 116,725 | 11/13/2017 |
2.2.25-pre-619-legac | 6,745 | 11/15/2017 |
2.2.24 | 16,947 | 11/7/2017 |
2.2.23 | 10,749 | 11/4/2017 |
2.2.22 | 22,734 | 10/26/2017 |
2.2.21 | 17,111 | 10/25/2017 |
2.2.20 | 75,497 | 10/4/2017 |
2.2.19 | 15,972 | 9/30/2017 |
2.2.18 | 8,722 | 9/28/2017 |
2.2.17 | 8,561 | 9/27/2017 |
2.2.16 | 14,576 | 9/26/2017 |
2.2.15 | 9,488 | 9/22/2017 |
2.2.14 | 7,290 | 9/21/2017 |
2.2.13 | 13,534 | 9/18/2017 |
2.2.12 | 6,314 | 9/18/2017 |
2.2.11 | 21,879 | 9/7/2017 |
2.2.10 | 37,468 | 8/30/2017 |
2.2.9 | 248,510 | 2/25/2017 |
2.2.8 | 28,671 | 1/30/2017 |
2.2.7 | 25,327 | 1/10/2017 |
2.2.6 | 14,010 | 1/2/2017 |
2.2.5 | 40,288 | 11/11/2016 |
2.2.4 | 8,886 | 11/7/2016 |
2.2.3 | 7,826 | 11/4/2016 |
2.2.2 | 7,774 | 11/3/2016 |
2.2.1 | 6,929 | 10/31/2016 |
2.2.0 | 5,826 | 10/31/2016 |
2.1.8 | 50,832 | 9/25/2016 |
2.1.7 | 41,045 | 9/6/2016 |
2.1.6 | 34,629 | 7/6/2016 |
2.1.5 | 16,428 | 6/10/2016 |