Ürünlerimize göz atın 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.
16 bit/Kanal 64 bit PNG görüntüleri için destek eklendi.
using (RasterImage image = (RasterImage)Image.Load("image0.png")) { ImageOptionsBase options = image.GetOriginalOptions(); image.Save("result.png", options); }
Daha önce görüntüleme API’sinin PSD dışa aktarıcısı “CMYK” renklerini “RGB” olarak kaydediyordu. Bu sorun şimdi çözüldü.
using (JpegImage image = (JpegImage)Image.Load("cat.jpg")) { image.Save( "output_CMYK_8.psd", new PsdOptions() { ColorMode = ColorModes.Cmyk }); }
.NET Standard 2.0 ve üzeri konfigürasyonlar için System.Drawng.Common/GDI+ yerine alternatif grafik motoru Aspose.Drawing desteği eklendi.
System.Drawng.Common/GDI+
“DNG” ile “JPG” arasında görüntü rengi değişir.
using (Image image = Image.Load("input.dng", new DngLoadOptions() { AdjustWhiteBalance = true })) { image.Save("input.dng.jpg", new JpegOptions()); }
Bu sürümdeki özelliklerin, geliştirmelerin ve hata düzeltmelerinin tam listesi için lütfen Aspose.Imaging for .NET 22.10 - Release notes adresini ziyaret edin.