Jelajahi Produk kami

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.PSD untuk .NET 22.6

Unduh  Forum Dukungan 

Detail File

  • Downloads:
  • 3
  • File Size:
  • 25.3 MB
  • Date Added:
  • 10/6/2022

Detail File

Dapatkan Hash Unik di File Berbeda

Kemampuan untuk mendapatkan hash unik untuk lapisan serupa di file yang berbeda.

Peningkatan Pemuatan PSD dengan CMYK

Perbaikan dilakukan pada pemuatan file PSD tertentu dengan mode CMYK (Cyan, Magenta, Yellow , dan Black). Contoh kode C# berikut memuat file CMYK PSD dan mengonversinya ke format CMYK TIFF menggunakan API:

string sourceFile = dataDir + @"sample.psd";
string destName = dataDir + @"output.tiff";

using (Image image = Image.Load(sourceFile))
{
    image.Save(destName, new TiffOptions(TiffExpectedFormat.TiffLzwCmyk));
}

Untuk daftar lengkap fitur, peningkatan, dan perbaikan bug dalam rilis ini, kunjungi Aspose.PSD for .NET 22.6 - Release Notes.

 Indonesia