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

İndirmek  Destek Forumu 

Dosya Ayrıntıları

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

Dosya Ayrıntıları

CDR Formatının Bellek Yönetimini Optimize Edin

Bellek yönetimi ve rasterleştirme gibi çeşitli stratejiler aracılığıyla CorelDRAW® CDR vektör grafiklerinin yüklenmesini ve işlenmesini hızlandırma yeteneği.

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

“EPS"den “PNG"ye Dönüştürme

Yüksek kaliteli ‘EPS’ PostScript vektör formatındaki dosyaları ‘PNG’ formatındaki raster görüntülere dönüştürme yeteneği.

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

NET6 Yapılandırma Desteği

Aspose.Imaging için NET6 konfigürasyon desteği eklendi.

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

 Türkçe