Aspose.Imaging
20.10.0
See the version list below for details.
Install-Package Aspose.Imaging -Version 20.10.0
dotnet add package Aspose.Imaging --version 20.10.0
<PackageReference Include="Aspose.Imaging" Version="20.10.0" />
paket add Aspose.Imaging --version 20.10.0
#r "nuget: Aspose.Imaging, 20.10.0"
// Install Aspose.Imaging as a Cake Addin
#addin nuget:?package=Aspose.Imaging&version=20.10.0
// Install Aspose.Imaging as a Cake Tool
#tool nuget:?package=Aspose.Imaging&version=20.10.0
.NET API for Image Processing
It is a standalone Imaging API consists of C# routines that enable your .NET applications to draw as well as perform basic to advanced level processing of raster & vector images.
Aspose.Imaging for .NET offers robust image compression and high processing speed through native byte access and a range of efficient algorithms. It not only manipulate, export, and convert images but also lets you dynamically draw objects using pixel manipulation and Graphics Path.
Imaging API Features
- Draw raster images with graphics.
- Draw vector images.
- Raw data processing.
- Convert images to various formats.
- BMP, PSD & TIFF compressions.
- Apply masking as well as Median & Wiener filters.
- Crop, rotate & resize images via API.
- De-skew & transform images.
- Set image properties.
New Features & Enhancements 
- Improved export of multi-page vector formats to multi-page raster formats.
- Support of resize operation for Interlaced
GIF
images.
Please visit Aspose.Imaging for .NET 20.10 - Release notes for the detailed notes.
Read & Write Image Formats
Raster Formats: JPEG2000, JPEG, BMP, TIFF, GIF, PNG Metafiles: EMF, WMF Other: WEBP, SVG
Save Images As
Fixed: PDF Photoshop: PSD Raster: TGA
Read Image Formats
Various: DICOM, DjVu, DNG, ODG, CMX, CDR, DIB, OTG, FODG, EPS (raster preview only)
Platform Independence
Aspose.Imaging for .NET can be used to develop applications on Windows Desktop (x86, x64), Windows Server (x86, x64), Windows Azure, Windows Embedded (CE 6.0 R2), as well as Linux x64. The supported platforms include .NET Framework version 2.0 or higher, and .NET Compact Framework 3.5.
Getting Started with Aspose.Imaging for .NET
Are you ready to give Aspose.Imaging for .NET a try? Simply execute Install-Package Aspose.Imaging
from Package Manager Console in Visual Studio to fetch the NuGet package. If you already have Aspose.Imaging for .NET and want to upgrade the version, please execute Update-Package Aspose.Imaging
to get the latest version.
Resize a JPG Image via C# Code
Execute the below code snippet to see how Aspose.Imaging performs in your environment or please visit the GitHub Repository for other common usage scenarios.
using (Image image = Image.Load(dir + "template.jpg"))
{
image.Resize(300, 300);
image.Save(dir + "output.jpg");
}
Recover a Broken TIFF
You can programmatically recover a damaged TIFF file with the help of Aspose.Imaging for .NET API as demonstrated below.
// create an instance of LoadOptions and set LoadOptions properties
var loadOptions = new LoadOptions();
loadOptions.DataRecoveryMode = DataRecoveryMode.ConsistentRecover;
loadOptions.DataBackgroundColor = Color.Red;
// create an instance of Image and load a damaged image by passing the instance of LoadOptions
using (var image = Image.Load(dir + "template.tiff", loadOptions))
{
// do processing
}
Home | Product Page | Docs | Demos | API Reference | Examples | Blog | Free Support | Temporary License
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net20 net35 net35-client net40 net40-client net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 2.0
- No dependencies.
-
.NETFramework 3.5
- No dependencies.
-
.NETFramework 3.5 Client
- No dependencies.
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.0 Client
- No dependencies.
-
.NETStandard 2.0
- System.Drawing.Common (>= 4.7.0)
- System.Text.Encoding.CodePages (>= 4.7.0)
-
.NETStandard 2.1
- System.Drawing.Common (>= 4.7.0)
- System.Text.Encoding.CodePages (>= 4.7.0)
NuGet packages (7)
Showing the top 5 NuGet packages that depend on Aspose.Imaging:
Package | Downloads |
---|---|
Aspose.Total
Aspose.Total for .NET is the most complete package of all .NET file format APIs offered by Aspose. It empowers developers to create, edit, render, print and convert between a wide range of popular document formats within any .NET, C#, ASP.NET and VB.NET applications. |
|
Conholdate.Total
Conholdate.Total for .NET is a complete package to work with a large number of file formats from Microsoft Word, Excel, PowerPoint, Outlook, Project, Visio, Adobe Acrobat, Illustrator, Photoshop, AutoCAD, OpenOffice and many more. Conholdate.Total for .NET allows you to use any API released under Aspose and GroupDocs for .NET in order to create, convert, read, edit, update and print popular document formats. Moreover, you may view, annotate, watermark, assemble, classify, search, redact, parse, merge and compare documents without needing to install the native applications. It helps you in file format manipulation and document automation via simple API. Conholdate.Total for .NET also includes specialized APIs to read and create barcodes, extract text from images using OCR as well as extract human marked data from questioners, surveys, quizzes, MCQ papers and feedback forms. |
|
MMP.HtmlToOpenXmlEnhanced.dll
A library to convert simple or advanced html to plain OpenXml document |
|
NovaQual.DocumentConversionLib
This contains all the document conversions functionality e.g word to pdf, exce to pdf etc |
|
SenseNet.Preview.Aspose.PreviewImageGenerators
Aspose Preview image generator classes for the sensenet platform. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
22.5.0 | 558 | 5/13/2022 |
22.4.0 | 5,501 | 4/11/2022 |
22.3.0 | 13,762 | 3/7/2022 |
22.2.0 | 18,592 | 2/1/2022 |
21.12.0 | 16,876 | 12/1/2021 |
21.11.0 | 7,358 | 11/3/2021 |
21.10.0 | 7,508 | 10/7/2021 |
21.9.0 | 13,086 | 9/13/2021 |
21.9.0-beta | 1,218 | 8/23/2021 |
21.8.0 | 16,133 | 8/5/2021 |
21.8.0-beta | 1,833 | 7/19/2021 |
21.7.0 | 7,605 | 7/5/2021 |
21.7.0-beta | 2,541 | 6/21/2021 |
21.6.0 | 16,584 | 6/1/2021 |
21.6.0-beta | 1,194 | 5/21/2021 |
21.5.0 | 23,370 | 5/6/2021 |
21.5.0-beta | 1,476 | 4/19/2021 |
21.4.0 | 12,667 | 4/5/2021 |
21.3.0 | 25,540 | 3/9/2021 |
21.3.0-beta | 2,873 | 2/20/2021 |
21.2.0 | 6,568 | 2/8/2021 |
21.2.0-beta2 | 184 | 2/19/2021 |
21.2.0-beta | 198 | 2/3/2021 |
20.12.0 | 8,593 | 12/31/2020 |
20.12.0-beta | 1,233 | 12/16/2020 |
20.11.0 | 10,656 | 11/26/2020 |
20.11.0-beta | 1,015 | 11/17/2020 |
20.10.0 | 9,064 | 10/24/2020 |
20.10.0-beta | 2,167 | 10/16/2020 |
20.9.0 | 12,790 | 9/28/2020 |
20.9.0-beta | 390 | 9/16/2020 |
20.8.0 | 6,028 | 8/26/2020 |
20.8.0-beta | 1,645 | 8/12/2020 |
20.7.0 | 6,539 | 7/22/2020 |
20.6.0 | 8,342 | 6/17/2020 |
20.5.0 | 11,201 | 5/20/2020 |
20.4.0 | 11,155 | 4/23/2020 |
20.3.0 | 96,004 | 3/19/2020 |
20.2.0 | 5,938 | 2/21/2020 |
19.12.0 | 25,377 | 12/16/2019 |
19.11.0 | 19,052 | 11/13/2019 |
19.10.0 | 6,171 | 10/4/2019 |
19.9.0 | 12,845 | 9/10/2019 |
19.7.0 | 3,524 | 7/30/2019 |
19.6.0 | 5,064 | 6/28/2019 |
19.4.0 | 12,911 | 4/25/2019 |
19.3.0 | 6,485 | 3/28/2019 |
19.2.0 | 5,459 | 2/27/2019 |
19.1.0 | 7,394 | 1/23/2019 |
18.11.0 | 6,567 | 11/26/2018 |
18.9.0 | 20,319 | 9/26/2018 |
18.8.0 | 6,866 | 8/30/2018 |
18.7.0 | 23,480 | 7/23/2018 |
18.6.0 | 2,528 | 6/12/2018 |
18.4.0 | 2,837 | 4/30/2018 |
18.3.0 | 4,000 | 3/29/2018 |
18.2.0 | 2,581 | 2/22/2018 |
17.12.0 | 12,429 | 12/28/2017 |
17.11.0 | 1,590 | 11/29/2017 |
17.9.0 | 7,974 | 9/29/2017 |
17.7.0 | 7,945 | 7/28/2017 |
17.6.0 | 1,431 | 6/30/2017 |
17.4.0 | 7,366 | 4/21/2017 |
17.3.0 | 2,905 | 3/14/2017 |
17.1.0 | 2,669 | 1/31/2017 |
16.12.0 | 4,474 | 12/30/2016 |
16.10.0 | 9,511 | 10/25/2016 |
4.0.0 | 9,022 | 9/12/2016 |
3.9.0 | 1,615 | 8/11/2016 |
3.8.0 | 29,704 | 7/11/2016 |
3.7.0 | 6,421 | 6/14/2016 |
3.6.0 | 22,466 | 5/11/2016 |
3.5.0 | 1,258 | 4/11/2016 |
3.4.0 | 2,229 | 3/11/2016 |
3.3.0 | 6,673 | 2/8/2016 |
3.2.0 | 11,385 | 12/1/2015 |
3.1.0 | 7,049 | 9/21/2015 |
3.0.0 | 11,810 | 6/22/2015 |
2.9.0 | 3,301 | 4/22/2015 |
2.8.0 | 26,336 | 3/2/2015 |
2.7.1 | 2,355 | 12/31/2014 |
2.6.0 | 2,366 | 9/19/2014 |
2.5.0 | 1,412 | 7/22/2014 |
2.4.0 | 2,176 | 5/8/2014 |
2.3.1 | 1,375 | 4/3/2014 |
2.3.0.1 | 1,179 | 3/31/2014 |
2.3.0 | 1,426 | 3/20/2014 |
2.2.0 | 1,637 | 12/30/2013 |
2.1.0 | 4,191 | 11/7/2013 |
2.0.0 | 1,217 | 9/24/2013 |
1.9.0 | 1,327 | 7/22/2013 |
1.8.0 | 1,411 | 5/28/2013 |
1.7.0 | 4,955 | 8/29/2012 |
1.6.0 | 1,328 | 7/17/2012 |
1.5.0 | 1,311 | 5/9/2012 |
1.4.0 | 1,338 | 3/7/2012 |
1.3.0.1 | 1,242 | 2/16/2012 |
1.3.0 | 1,444 | 1/24/2012 |