製品を閲覧する

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 にアクセスしてください。

 日本