Ürünlerimize göz atın

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.Imaging for .NET 22.10

İndirmek  Destek Forumu 

Dosya Ayrıntıları

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

Dosya Ayrıntıları

16 bit/Kanal 64-bit PNG Desteği

16 bit/Kanal 64 bit PNG görüntüleri için destek eklendi.

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

PSD Dışa Aktarmada CMYK Renklerinin İyileştirilmesi

Daha önce görüntüleme API’sinin PSD dışa aktarıcısı “CMYK” renklerini “RGB” olarak kaydediyordu. Bu sorun şimdi çözüldü.

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

Alternatif Grafik Motoru Desteği

.NET Standard 2.0 ve üzeri konfigürasyonlar için System.Drawng.Common/GDI+ yerine alternatif grafik motoru Aspose.Drawing desteği eklendi.

Geliştirilmiş DNG’den JPG’ye Dönüştürme

“DNG” ile “JPG” arasında görüntü rengi değişir.

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

Bu sürümdeki özelliklerin, geliştirmelerin ve hata düzeltmelerinin tam listesi için lütfen Aspose.Imaging for .NET 22.10 - Release notes adresini ziyaret edin.

Intro_text: "Aspose.Imaging for .NET 22.10 sürümünü içerir." 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 ---
 

Aspose.Imaging for .NET 22.10

İndirmek  Destek Forumu 

Dosya Ayrıntıları

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

Tanım

Aspose.Imaging for .NET 22.10 sürümünü içerir.
 Türkçe