浏览我们的产品

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.PSD for .NET 22.6

下载  支持论坛 

文件详情

  • Downloads:
  • 3
  • File Size:
  • 25.3 MB
  • Date Added:
  • 10/6/2022

文件详情

获取不同文件中的唯一哈希

能够获取不同文件中相似层的唯一哈希。

改进了使用 CMYK 加载 PSD

使用 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

 简体中文