浏览我们的产品 Toggle navigation
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.
If you experience errors, when you try to download a file, make sure your network policies (enforced by your company or ISP) allow downloading ZIP and/or MSI files.
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 } }); }
EPS
PNG
能够将高质量的“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。