浏览我们的产品

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.7

下载  支持论坛 

文件详情

  • Downloads:
  • 1
  • File Size:
  • 43.5MB
  • Date Added:
  • 7/7/2022

文件详情

优化CDR格式的内存管理

能够通过内存管理和光栅化等各种策略加速 CorelDRAW® CDR 矢量图形的加载和处理。

var baseFolder = @"D:\";
var fileName = "6õ4 ÎÑÍÎÂÀ.cdr";
var inputFilePath = Path.Combine(baseFolder, fileName);
var outputFilePath = inputFilePath + ".png";
using (var image = (CdrImage)Image.Load(inputFilePath))
{
    image.Save(outputFilePath, new PngOptions()
    {
        VectorRasterizationOptions = new CdrRasterizationOptions
        {
             Positioning = PositioningTypes.DefinedByDocument
        }
    });
}

EPSPNG 的转换

能够将高质量的“EPS”PostScript 矢量格式文件转换为“PNG”格式的光栅图像。

using (var image = Image.Load("3_a_1_2.eps"))
{
   image.Save("output.png", new PngOptions());
}

NET6 配置支持

为 Aspose.Imaging 添加了对“NET6”配置的支持。

有关此版本中的功能、增强和错误修复的完整列表,请访问 Aspose.Imaging for .NET 22.7 - Release notes

 简体中文