製品を閲覧する

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

ダウンロード  サポートフォーラム 

ファイルの詳細

  • ダウンロード:
  • 3
  • ファイルサイズ:
  • 25.3 MB
  • Posted By:
  • Yaroslav.Lisovskyi
  • ビュー:
  • 9
  • 追加日:
  • : 1 weeks ago [4/4/2022]

リリースノート

説明

.NET 22.4 リリース用の Aspose.PSD が含まれています。

ファイルの詳細

SHA256 サポート

「SHA256」ライセンスのサポートが追加されました。

アウター グロー レイヤー エフェクトのレンダリング

このバージョンの Photoshop 形式操作 API は、画像の処理中にグロー効果をレンダリングする機能を追加します。

次の C# コード スニペットは、API を介して範囲、スプレッド、不透明度、およびブレンド モードの効果値を構成する方法を示しています。

string src = "GreenLayer.psd";
string output = "output261.png";

using (var image = (PsdImage)Image.Load(src))
{
    OuterGlowEffect effect = image.Layers[1].BlendingOptions.AddOuterGlow();
    effect.Range = 10;
    effect.Spread = 10;
    ((IColorFillSettings)effect.FillColor).Color = Color.Red;
    effect.Opacity = 128;
    effect.BlendMode = BlendMode.Normal;

    image.Save(output, new PngOptions());
}

このリリースの機能、拡張機能、バグ修正の完全なリストについては、Aspose.PSD for .NET 22.4 - Release Notes にアクセスしてください。

 日本