製品を閲覧する

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.

 

.NET 22.10 用の Aspose.Imaging

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

ファイルの詳細

  • Downloads:
  • 1
  • File Size:
  • 43.89MB
  • Date Added:
  • 3/10/2022

ファイルの詳細

16 ビット/チャネル 64 ビット PNG サポート

16 ビット/チャネル 64 ビット PNG 画像のサポートが追加されました。

using (RasterImage image = (RasterImage)Image.Load("image0.png"))
{
    ImageOptionsBase options = image.GetOriginalOptions();
    image.Save("result.png", options);
}

PSD エクスポートでの CMYK カラーの処理の改善

以前は、イメージング API の PSD エクスポータは、CMYK カラーを RGB として保存していました。この問題は解決されました。

using (JpegImage image = (JpegImage)Image.Load("cat.jpg"))
{
    image.Save(
        "output_CMYK_8.psd",
        new PsdOptions()
        {
            ColorMode = ColorModes.Cmyk
        });
}

代替グラフィック エンジンのサポート

.NET Standard 2.0 以降の構成では、System.Drawng.Common/GDI+ の代わりに Aspose.Drawing という代替グラフィック エンジンのサポートが追加されました。

DNG から JPG への変換の改善

DNGJPG にすると画像の色が変わります。

using (Image image = Image.Load("input.dng", new DngLoadOptions() { AdjustWhiteBalance = true }))
{
    image.Save("input.dng.jpg", new JpegOptions());
}

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

Intro_text: ".NET 22.10 リリース用の Aspose.Imaging が含まれています。" image_link: "/resources/img/msi-icon.png" download_count: " 3/10/2022 Downloads: 1 Views: 1 " file_size: "File Size: 43.89MB" parent_path: "imaging/net" section_parent_path: "imaging/net" release_notes_url: "https://releases.aspose.com/imaging/net/release-notes/2022/aspose-imaging-for-net-22-10-release-notes/" weight: 348 ---
 

.NET 22.10 用の Aspose.Imaging

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

ファイルの詳細

  • Downloads:
  • 1
  • File Size:
  • 43.89MB
  • Date Added:
  • 3/10/2022

説明

これには、.NET 22.10 リリース用の Aspose.Imaging が含まれています。
 日本