Xamarin.Plugin.ImageEdit 0.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Xamarin.Plugin.ImageEdit --version 0.1.0
NuGet\Install-Package Xamarin.Plugin.ImageEdit -Version 0.1.0
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.Plugin.ImageEdit" Version="0.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xamarin.Plugin.ImageEdit --version 0.1.0
#r "nuget: Xamarin.Plugin.ImageEdit, 0.1.0"
#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.Plugin.ImageEdit as a Cake Addin
#addin nuget:?package=Xamarin.Plugin.ImageEdit&version=0.1.0

// Install Xamarin.Plugin.ImageEdit as a Cake Tool
#tool nuget:?package=Xamarin.Plugin.ImageEdit&version=0.1.0

This plugin will enable you to manipulate(resize,crop,rotate,monochrome) a image(png,jpg).

Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid10 is compatible. 
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 0.0

    • No dependencies.
  • .NETPlatform 5.0

    • No dependencies.
  • MonoAndroid 0.0

    • No dependencies.
  • Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)

    • No dependencies.
  • UAP 0.0

    • No dependencies.
  • Windows 0.0

    • No dependencies.
  • WindowsPhone 0.0

    • No dependencies.
  • WindowsPhoneApp 0.0

    • No dependencies.
  • Xamarin.iOS 1.0

    • No dependencies.
  • Xamarin.Mac 2.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Xamarin.Plugin.ImageEdit:

Package Downloads
Mapbox.Mapcontrol.Forms

Mapbox map control for Xamarin.Forms. This uses Naxam port of the native mapbox libraries in iOS and Android

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 162,596 10/24/2018
0.1.0 33,606 10/13/2017
0.0.6-pre 1,569 5/9/2017
0.0.5-pre 1,000 5/9/2017
0.0.4 1,806 5/8/2017
0.0.4-pre 984 5/1/2017
0.0.1-pre 2,081 3/2/2017

## Bugfix
[iOS] ToJpeg quality parameter had been incorrect. (issue#6)

## NewFeature
GetNativeImage ... get platform image object. (issue#3)
ToMonochrome ... Image color convert to monochrome.

## Enhanced
Create ... new override that specify stream.
Resize ... new override that specify max length of long side.