Browse our Products

If so you can download any of the below versions for testing. The product will function as normal except for an evaluation limitation. At the time of purchase we provide a license file via email that will allow the product to work in its full capacity. If you would also like an evaluation license to test without any restrictions for 30 days, please follow the directions provided here.

 

Aspose.Imaging for .NET 22.10

Download  Support Forum 

File Details

  • Downloads:
  • 1
  • File Size:
  • 43.89MB
  • Date Added:
  • 3/10/2022

File Details

16 bit/Channel 64-bit PNG Support

Added the support for 16-bit/Channel 64 bit PNG images.

using (RasterImage image = (RasterImage)Image.Load("image0.png"))
{
    ImageOptionsBase options = image.GetOriginalOptions();
    image.Save("result.png", options);
}

Improved Handling of CMYK Colors on PSD Export

Previously the imaging API’s PSD exporter was saving the CMYK colors as RGB. This issue has now been resolved.

using (JpegImage image = (JpegImage)Image.Load("cat.jpg"))
{
    image.Save(
        "output_CMYK_8.psd",
        new PsdOptions()
        {
            ColorMode = ColorModes.Cmyk
        });
}

Support of Alternative Graphics Engine

Added the support of alternative graphics engine, Aspose.Drawing instead of System.Drawng.Common/GDI+ for .NET Standard 2.0 and higher configurations.

Improved DNG to JPG Conversion

DNG to JPG changes image color.

using (Image image = Image.Load("input.dng", new DngLoadOptions() { AdjustWhiteBalance = true }))
{
    image.Save("input.dng.jpg", new JpegOptions());
}

For a complete list of features, enhancements, and bug fixes in this release please visit, Aspose.Imaging for .NET 22.10 - Release notes.

 English