浏览我们的产品 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.
能够获取不同文件中相似层的唯一哈希。
使用 CMYK(青色、品红色、黄色和黑色)模式加载特定 PSD 文件时进行了改进。以下 C# 代码示例加载 CMYK PSD 文件并使用 API 将其转换为 CMYK TIFF 格式:
string sourceFile = dataDir + @"sample.psd"; string destName = dataDir + @"output.tiff"; using (Image image = Image.Load(sourceFile)) { image.Save(destName, new TiffOptions(TiffExpectedFormat.TiffLzwCmyk)); }
有关此版本中的功能、增强和错误修复的完整列表,请访问 Aspose.PSD for .NET 22.6 - Release Notes。