GDS.GDIExtensions
1.0.1
Image.Resize(extension)
High quality resizing of the image in just one line of code.
Image.ToBytes(extension)
Convert image/bitmap to byte array.
Image.SaveAs(extension)
Save Image/Bitmap as file. Supported formats are:
BMP, GIF, JPG, PNG and TIF.
More GDI+ extensions will come in next release.
(also expect some WPF/UWP extensions (Windows.Media) to arrive in a later version.
Install-Package GDS.GDIExtensions -Version 1.0.1
dotnet add package GDS.GDIExtensions --version 1.0.1
<PackageReference Include="GDS.GDIExtensions" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GDS.GDIExtensions --version 1.0.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: GDS.GDIExtensions, 1.0.1"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
Simplified api (removed BITMAP argument as it inherit from Image)
Added a few new API's
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.