Imaging.Library 1.1.1

dotnet add package Imaging.Library --version 1.1.1
NuGet\Install-Package Imaging.Library -Version 1.1.1
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="Imaging.Library" Version="1.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Imaging.Library --version 1.1.1
#r "nuget: Imaging.Library, 1.1.1"
#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 Imaging.Library as a Cake Addin
#addin nuget:?package=Imaging.Library&version=1.1.1

// Install Imaging.Library as a Cake Tool
#tool nuget:?package=Imaging.Library&version=1.1.1

PCL Imaging Library for Document Scanning, contains Canny edge detection, Blob counter, quadrilateral transformation and many more.
     Check samples in github how to convert from/to pixel map to iOS or Android image.
     This package is compatible with the following .net platforms: net45+dnxcore50+win8+Xamarin.Android+Xamarin.iOS+Xamarin.Mac

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.1 2,835 5/29/2017
1.1.0 1,025 5/11/2017
1.0.0 1,040 1/24/2017

Xamarin support increased.
Added new method for PixelMap to return as byte array.