[Visual Basic] Public Property JpegSubsampling As Newtone.ImageKit.JpegSubsamplingKind
[C#] public Newtone.ImageKit.JpegSubsamplingKind JpegSubsampling {get; set;}
プロパティ値
Newtone.ImageKit.JpegSubsamplingKind値
解説
Yは輝度情報、CrとCbは色相情報を表します。保存するイメージが24ビットカラーの時に有効になります。
イメージをJPEGファイルに保存する際に設定します。
※このプロパティは、専用のファイル対応プラグイン(DLLファイル)を使用して、JPEGイメージを保存する場合にのみ有効です。
参照
ImageKit メンバ | Newtone.ImageKit.Web.ImageKit