Info
Version: | 1.0.1-alpha |
Author(s): | Leo Reading |
Last Update: | Sunday, October 2, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/lreading/Xamarin-Image-Resizer |
NuGet Url: | https://www.nuget.org/packages/Plugin.ImageResizer |
Install
Install-Package Plugin.ImageResizer
dotnet add package Plugin.ImageResizer
paket add Plugin.ImageResizer
Plugin.ImageResizer Download (Unzip the "nupkg" after downloading)
Dependencies
dotnet
No dependencies.
No dependencies.
No dependencies.
No dependencies.
No dependencies.
No dependencies.
No dependencies.
No dependencies.
No dependencies.
No dependencies.
Tags
Particularly useful for sending images from the device to an API when you don't want massive files.
To use:
await CrossImageResizer.Current.ResizeImageWithAspectRatioAsync(originalImageByteArray, maxWidth, maxHeight);
**NOTE** Only currently tested against Android, but an iOS implementation is available. Use at your own risk, or contribute! https://github.com/lreading/Xamarin-Image-Resizer.