C# を使用して PSD を PNG に変換する
.NET Photoshop API for PSD および PSB による PNG を含むラスターイメージへの変換
PSD の PNG 形式の高画質レンダリング
1。PSD をロードするには 画像. 読み込み 方法 1。のインスタンスを作成 PNG オプション クラス 1。コール 画像. 保存 方法 1。出力ファイル名とPngOptionsのオブジェクトを渡す
.NET フォトショップ API を使ってみる
コマンドラインから次のようにインストール nuget install Aspose.PSD
または、Visual Studio のパッケージマネージャーコンソールを使用して Install-Package Aspose.PSD
.
Alternatively, get the offline MSI installer or DLLs in a ZIP file from ダウンロード .
.NET C# コードを使用して PSD ファイルを PNG に変換する方法
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