Sign in Sign up
nuget

Accusoft.ImageGear.Core

The `Accusoft.ImageGear.Core` package contains all the functionality needed to read and write raster images in a variety of formats, as well as algorithms to manipulate image metadata and image pixel values. ## Getting Started ## Converting between image formats with ImageGear is simple: ``` using System.IO; using ImageGear.Formats; using ImageGear.Core; ImGearCommonFormats.Initialize(); ImGearPage page; using (FileStream stream = File.OpenRead("input-image.png")) page = ImGearFileFormats.LoadPage(stream, 0); using (FileStream outputStream = File.OpenWrite("output-image.jpg")) ImGearFileFormats.SavePage(page, outputStream, ImGearSavingFormats.JPG); ``` For more examples of how to use ImageGear's API, check out our [sample code repository](https://github.com/Accusoft/imagegear-net-samples) on github. ## Supported Image Formats ## ImageGear.Core includes all the common formats users have come to expect, such as BMP, JPEG, TIFF, PNG, and SVG, as well as a range of other industry-standard formats. See the [File Formats Reference](https://help.accusoft.com/ImageGear/latest/webframe.html#file-formats-reference.html) page of our documentation for a complete list. ## Licensing ## While you are evaluating the product, ImageGear doesn't require any licensing setup. The SDK is ready to use as soon as the NuGet package is installed. Until a paid license is purchased, image output will be watermarked. Contact info@accusoft.com for more information. ## Documentation ## API documentation and how-to content for ImageGear can be found online [here](https://help.accusoft.com/ImageGear/latest/webframe.html).

nuget View on Nuget

Activity

Latest release
7mo ago
Total releases
46
Cadence
~2 months
Last 12 months
1

Details

First release
Mar 03, 2016
Releases
Version Released
25.2.8 patch
25.2.7 patch
25.2.6 patch
25.2.5 patch
26.5.0 minor
25.2.4 patch
26.4.0 minor
25.2.3 patch
25.2.2 patch
25.2.1 patch
26.3.0 minor
26.2.0 minor
26.1.0 minor
25.2.0 minor
26.0.1 patch
26.0.0 major
25.1.1 patch
25.1.0 minor
25.0.1 major
24.14.0 minor
24.13.0 minor
24.12.17 minor
24.11.11 minor
24.10.8 minor
24.9.1 minor
24.8.1 minor
24.7.2 minor
24.6.4 minor
24.5.10 minor
24.4.3 minor
24.3.3 patch
24.3.2 minor
24.2.6 minor
24.1.4 minor
24.0.6 major
23.5.5 minor
23.4.3 minor
23.3.3 minor
23.2.94 minor
23.1.5 patch
23.1.4 minor
23.0.1 major
23.0.52 patch
22.2.42 minor
22.1.4 minor
22.0.36 initial