Aspose.Imaging 2.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Aspose.Imaging --version 2.3.0
NuGet\Install-Package Aspose.Imaging -Version 2.3.0
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="Aspose.Imaging" Version="2.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aspose.Imaging --version 2.3.0
#r "nuget: Aspose.Imaging, 2.3.0"
#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 Aspose.Imaging as a Cake Addin
#addin nuget:?package=Aspose.Imaging&version=2.3.0

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

Aspose.Imaging for .NET is an imaging library that lets developers create, edit, draw or convert images in their .NET applications. Aspose.Imaging provides features that go beyond the native capabilities of the development platform. It works independent of other applications and although Aspose.Imaging allows you to save to Adobe PhotoShop® format (PSD), you do not need PhotoShop on the machine.

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 is compatible.  net35-cf is compatible.  net40 is compatible.  net40-client is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Silverlight sl3 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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
22.12.1 3 12/21/2022
2.9.0 649 4/22/2015
2.8.0 349 3/2/2015
2.7.1 259 12/31/2014
2.6.0 826 9/19/2014
2.5.0 361 7/22/2014
2.4.0 267 5/8/2014
2.3.1 174 4/3/2014
2.3.0.1 74 3/31/2014
2.3.0 74 3/20/2014
2.2.0 115 12/30/2013
2.1.0 2,112 11/7/2013
2.0.0 77 9/24/2013
1.9.0 104 7/22/2013
1.8.0 74 5/28/2013
1.7.0 114 8/29/2012
1.6.0 76 7/17/2012
1.5.0 73 5/9/2012
1.4.0 74 3/7/2012
1.3.0.1 71 2/16/2012
1.3.0 74 1/24/2012

Aspose.Imaging for .Net has been updated to version 2.3.0 and we are pleased to announce it.
The following is a list of changes in this version of Aspose.Imaging.

New features
IMAGING-33973 [Cad to Pdf] Add support for invisible objects
IMAGING-33949 Expose Jpeg features
IMAGING-33906 [Cad to Pdf] Add support for text rotation angle for dimension objects
IMAGING-33839 Request for Image Cropping Facility

Enhancements
IMAGING-33991 Dual sign the .Net assembly
IMAGING-33989 Fix bugs with damaged files during Cad->Pdf export
IMAGING-33987 Fix bug with changing of line width inside insert
IMAGING-33977 [Cad to Pdf] Fix bug with additional text for MTEXT entity
IMAGING-33947 Fix null reference exception during loading DXF file with old header
IMAGING-33923 ArgumentException: Parameter is not valid, at RotateFlip
IMAGING-33850 ImageLoadException: Malformed exif section at Image.Load
IMAGING-33957 Dithering algorithm sometimes produces animanted gif-s with blinks due to wrong transparent color processing.

Code snippet provided
IMAGING-33884 JPG to TIFF conversion results in poor image quality.

Public API and Backwards Incompatible Changes
Cad base type Aspose.Imaging.FileFormats.Cad.CadObjects.CadBaseObject renamed to Aspose.Imaging.FileFormats.Cad.CadObjects.CadBaseObject.
Accordingly:
- CadBaseOwnedObject renamed to CadBaseOwned
- CadBaseExtrudedEntityObject renamed to CadBaseExtrudedEntity
- CadBaseTableObject renamed to CadBaseTable
Added new type CadBaseObject - base type for "Objects section" members.