Navegue pelos nossos produtos

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

Download  Fórum de suporte 

Detalhes do arquivo

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

Detalhes do arquivo

Otimize o gerenciamento de memória do formato CDR

Capacidade de acelerar o carregamento e processamento de gráficos vetoriais CorelDRAW® CDR por meio de várias estratégias, como gerenciamento de memória e rasterização, 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
        }
    });
}

Conversão de EPS para PNG

Capacidade de converter os arquivos de formato vetorial PostScript EPS de alta qualidade para imagens raster em formato PNG.

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

Suporte de configuração NET6

Adicionado suporte de configuração NET6 para Aspose.Imaging.

Para obter uma lista completa de recursos, aprimoramentos e correções de bugs nesta versão, visite Aspose.Imaging for .NET 22.7 - Release notes.

 Português