Info
Version: | 2.4.11.982 |
Author(s): | Daniel Luberda, Molinet Fabien |
Last Update: | Sunday, May 19, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/luberda-molinet/FFImageLoading |
NuGet Url: | https://www.nuget.org/packages/Xamarin.FFImageLoading.Transformations |
Install
Install-Package Xamarin.FFImageLoading.Transformations
dotnet add package Xamarin.FFImageLoading.Transformations
paket add Xamarin.FFImageLoading.Transformations
Xamarin.FFImageLoading.Transformations Download (Unzip the "nupkg" after downloading)
Dependencies
- Xamarin.FFImageLoading(>= 2.4.11.982)
Tags
- 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.