C# を使用して PSD ファイルを JP2 に変換する
.NET Photoshop API for PSD および PSB 用 JP2 を含むラスターイメージへの変換
PSD の JP2 形式の高画質レンダリング
1。PSD をロードするには 画像. 読み込み 方法 1。のインスタンスを作成 Jpeg 2000 オプション クラス 1。コール 画像. 保存 方法 1。Jpeg2000オプションの出力ファイル名とオブジェクトを渡す
.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 ファイルを JP2 に変換する方法
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