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

Downloaden  Helpforum 

Bestandsdetails

  • Downloads:
  • 1
  • File Size:
  • 43.5MB
  • Date Added:
  • 7/7/2022

Bestandsdetails

Optimieren Sie die Speicherverwaltung des CDR-Formats

Fähigkeit, das Laden und Verarbeiten von CorelDRAW® „CDR“-Vektorgrafiken über verschiedene Strategien wie Speicherverwaltung und Rasterung usw. zu beschleunigen.

var baseFolder = @"D:\";
var fileName = "6õ4 ÎÑÍÎÂÀ.cdr";
var inputFilePath = Path.Combine(baseFolder, fileName);
var outputFilePath = inputFilePath + ".png";
using (var image = (CdrImage)Image.Load(inputFilePath))
{
    image.Save(outputFilePath, new PngOptions()
    {
        VectorRasterizationOptions = new CdrRasterizationOptions
        {
             Positioning = PositioningTypes.DefinedByDocument
        }
    });
}

Umwandlung von „EPS“ in „PNG“.

Fähigkeit, die Dateien im PostScript-Vektorformat “EPS” in hoher Qualität in Rasterbilder im Format “PNG” zu konvertieren.

using (var image = Image.Load("3_a_1_2.eps"))
{
   image.Save("output.png", new PngOptions());
}

NET6-Konfigurationsunterstützung

Unterstützung der NET6-Konfiguration für Aspose.Imaging hinzugefügt.

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

 Deutsch