Klypz.Switchblade.Image 1.0.4-alpha

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

// Install Klypz.Switchblade.Image as a Cake Tool
#tool nuget:?package=Klypz.Switchblade.Image&version=1.0.4-alpha&prerelease

Funcionalidades dedicadas a manipulação de imagem
- Redimensionamento em escala
- Redimensionamento com corte para quadrado
- Orientação original para System.Drawing.Image

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.0.4-alpha 749 5/9/2018
1.0.3-alpha 700 5/9/2018
1.0.2-alpha 716 4/26/2018
1.0.1-alpha 736 4/26/2018
1.0.0-alpha 745 4/26/2018

- System.Drawing.Image.FixToOriginalOrientation: Reposiciona a imagem para orientação original
- System.Drawing.Image.HorizontalScale: Atribui a imagem a largura definida e redimensiona a altura proporcionalmente
- System.Drawing.Image.VerticalScale: Atribui a imagem a altura definida e redimensiona a largura proporcionalmente
- System.Drawing.Image.ToSquare: Redimensiona a imagem para o tamanho definido e corta a sobra de forma igual, tornando a imagem no formato quadrado.