Converte PSD ad BMP per C#
.NET Photoshop API ad PSD & PSB Conversio ad raster imagines inter BMP
High Quality Reddendo of PSD ut BMP
- Load the PSD with [Image.Load] ( https://apireference.aspose.com/psd/net/aspose.psd/image/methods/load/index ) methodo
- crea instantia [BmpOptions] ( https://apireference.aspose.com/psd/net/aspose.psd.imageoptions/bmpoptions ) classis
- Voca [Image.Save] ( https://apireference.aspose.com/psd/net/aspose.psd/image/methods/save/index ) methodus
- Transite output name and object of BmpOptions
Incipias .NET Photoshop API
Instrue de mandato linea ut nuget install Aspose.PSD
vel per Package Procurator Console Studiorum Visualis cum ``````Dissall-Package Aspose.PSD
.
Vel, MSI installer vel DLLs in tabula cursualis e [download]( https://releases.aspose.com/psd/net obtine).
.NET C# Codex ad PSD ad BMP Conversionis
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 MoreBMP What is BMP File Format?
Files having extension .BMP represent Bitmap Image files that are used to store bitmap digital images. These images are independent of graphics adapter and are also called device independent bitmap (DIB) file format. This independency serves the purpose of opening the file on multiple platforms such as Microsoft Windows and Mac. The BMP file format can store data as two-dimensional digital images in both monochrome as well as color format with various colour depths.
Read More