Jelajahi Produk kami Toggle navigation
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.
If you experience errors, when you try to download a file, make sure your network policies (enforced by your company or ISP) allow downloading ZIP and/or MSI files.
CDR
Kemampuan untuk mempercepat pemuatan dan pemrosesan grafik vektor CorelDRAW® CDR melalui berbagai strategi seperti manajemen memori & rasterisasi dll.
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
PNG
Kemampuan untuk mengonversi file format vektor EPS PostScript berkualitas tinggi ke gambar raster format PNG.
using (var image = Image.Load("3_a_1_2.eps")) { image.Save("output.png", new PngOptions()); }
NET6
Menambahkan dukungan konfigurasi NET6 untuk Aspose.Imaging.
Untuk daftar lengkap fitur, peningkatan, dan perbaikan bug dalam rilis ini, kunjungi Aspose.Imaging for .NET 22.7 - Release notes.