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

Unduh  Forum Dukungan 

Detail File

  • Unduhan:
  • 14
  • Ukuran File:
  • 25.1 MB
  • Posted By:
  • Yaroslav.Lisovskyi
  • Tampilan:
  • 23
  • Tanggal Ditambahkan:
  • 2/28/2022

Catatan Rilis

Keterangan

Ini berisi Aspose.PSD untuk .NET 22.3 rilis.

Detail File

Simpan 16bit PSD dengan Raster Layer Mask

Sebelumnya gambar Photoshop® PSD dengan layer mask raster membuang mask untuk menyimpan ke gambar PSD 16 bit. Masalah ini telah diselesaikan sekarang. Cuplikan kode C# berikut menunjukkan cara menyimpan PSD dengan ChannelBitsCount ditetapkan sebagai 16:

string sourceFilePath = "OneRegularAndOneRegularWithMask.psd";
string outputFilePath = "out_OneRegularAndOneRegularWithMask.psd";

using (PsdImage image = (PsdImage)Image.Load(sourceFilePath))
    {
        image.Save(outputFilePath, new PsdOptions(image)
        {
            ChannelBitsCount = 16
        });
    }

Konfigurasikan Buka / Tutup Status Grup Lapisan

Menambahkan properti IsOpen untuk Layer Group. Anda dapat mengatur properti ini untuk menentukan status buka atau tutup (diminimalkan) dari grup lapisan Photoshop® saat startup.

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

 Indonesia