Konversi PSD ke PNG melalui C#
.NET Photoshop API untuk PSD & PSB Konversi ke gambar raster termasuk PNG
Kualitas Tinggi Rendering PSD sebagai PNG
- Muat PSB dengan Image.Load metode
- Buat sebuah instance dari PNGOptions kelas
- Panggilan Image.Save metode
- Lulus nama file keluaran dan objek PDFOptions
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 PNG 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 MorePNG What is PNG File Format?
PNG, Portable Network Graphics, refers to a type of raster image file format that use loseless compression. This file format was created as a replacement of Graphics Interchange Format (GIF) and has no copyright limitations. However, PNG file format does not support animations. PNG file format supports loseless image compression that makes it popular among its users. With the passage of time, PNG has evolved as one of the mostly used image file format.
Read More