Browse our Products

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 pour .NET 22.7

Download  Support Forum 

File Details

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

File Details

Optimiser la gestion de la mémoire du format CDR

Possibilité d’accélérer le chargement et le traitement des graphiques vectoriels CorelDRAW® CDR via diverses stratégies telles que la gestion de la mémoire et la rastérisation, etc.

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
        }
    });
}

Conversion de EPS en PNG

Possibilité de convertir les fichiers au format vectoriel PostScript EPS de haute qualité en images raster au format PNG.

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

Prise en charge de la configuration NET6

Ajout de la prise en charge de la configuration NET6 pour Aspose.Imaging.

Pour une liste complète des fonctionnalités, améliorations et corrections de bogues de cette version, veuillez consulter Aspose.Imaging for .NET 22.7 - Release notes.

 Français