Blader door onze producten

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 für .NET 22.10

Downloaden  Helpforum 

Bestandsdetails

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

Bestandsdetails

16-Bit/Kanal 64-Bit-PNG-Unterstützung

Unterstützung für 16-Bit-/Kanal-64-Bit-PNG-Bilder hinzugefügt.

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

Verbesserte Handhabung von CMYK-Farben beim PSD-Export

Zuvor speicherte der PSD-Exporter der Imaging-API die „CMYK“-Farben als „RGB“. Dieses Problem wurde nun behoben.

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

Unterstützung alternativer Grafik-Engines

Unterstützung der alternativen Grafik-Engine Aspose.Drawing anstelle von „System.Drawng.Common/GDI+“ für .NET Standard 2.0 und höhere Konfigurationen hinzugefügt.

Verbesserte DNG-zu-JPG-Konvertierung

„DNG“ zu „JPG“ ändert die Bildfarbe.

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

Eine vollständige Liste der Funktionen, Verbesserungen und Fehlerbehebungen in dieser Version finden Sie unter Aspose.Imaging for .NET 22.10 - Release notes.

Intro_text: "Es enthält Aspose.Imaging für die Version .NET 22.10." 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 für .NET 22.10

Downloaden  Helpforum 

Bestandsdetails

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

Beschreibung

Es enthält Aspose.Imaging für die Version .NET 22.10.
 Deutsch