Convert PSD to PNG via C#
.NET Photoshop API for PSD & PSB Conversion to raster images including PNG
High Quality Rendering of PSD as PNG
- Load the PSD with Image.Load method
- Create an instance of PngOptions class
- Call Image.Save method
- Pass output filename and object of PngOptions
Get Started with .NET Photoshop API
Install from command line as nuget install Aspose.PSD
or via Package Manager Console of Visual Studio with Install-Package Aspose.PSD
.
Alternatively, get the offline MSI installer or DLLs in a ZIP file from downloads .
.NET C# Code for PSD to PNG Conversion
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