Konversi PSD ke JP2 melalui C#
.NET Photoshop API untuk PSD & PSB Konversi ke gambar raster termasuk JP2
Kualitas Tinggi Rendering PSD sebagai JP2
- Muat PSB dengan Image.Load metode
- Buat sebuah instance dari Jpeg2000Opsi kelas
- Panggilan Image.Save metode
- Lulus nama file output dan objek dari Jpeg2000Options
Memulai dengan .NET Photoshop API
Instal dari baris perintah sebagai nuget install Aspose.PSD
atau melalui Konsol Manajer Paket Visual Studio dengan Install-Package Aspose.PSD
.
Alternatively, get the offline MSI installer or DLLs in a ZIP file from mengunduh .
.NET C# Kode untuk PSD ke JP2 Konversi
PSD What is PSD File Format?
PSD, Photoshop Document, represents Adobe Photoshop’s native file format used for graphics designing and development. PSD files may include image layers, adjustment layers, layer masks, annotations, file information, keywords and other Photoshop-specific elements. Photoshop files have default extension as .PSD and has a maximum height and width of 30,000 pixels, and a length limit of two gigabytes.
Read MoreJP2 What is JP2 File Format?
JPEG 2000 (JP2) is an image coding system and state-of-the-art image compression standard. It use wavelet technology to code lossless content in any quality at once. Moreover, without any substantial penalty in coding efficiency, JPEG 2000 have the capability to access and decode the same content efficaciously into a variety of other resolutions and qualities. The code streams in JPEG 2000 is significantly scalable having regions of interest that provide the facility for spatial random access.
Read More