ImageCodecInfo クラス (gdiplusimaging.h)

ImageCodecInfo オブジェクトは、イメージ コーデック (エンコーダー/デコーダー) に関する情報を格納します。 GDI+ には、いくつかの組み込みのイメージ コーデックが用意されています。 これらのコーデックに関する情報を取得するには、 GetImageEncoders 関数と GetImageDecoders 関数を呼び出します。 これらの各関数は、使用可能なエンコーダーまたはデコーダーごとに 1 つずつ、 ImageCodecInfo オブジェクトの配列を返します。

ImageCodecInfo には、次の種類のメンバーがあります。

要件

   
サポートされている最小のクライアント Windows XP、Windows 2000 Professional [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows 2000 Server [デスクトップ アプリのみ]
対象プラットフォーム Windows
ヘッダー gdiplusimaging.h (Gdiplus.h を含む)

関連項目

EncoderParameter

EncoderParameters

Image::GetEncoderParameterList

Image::GetEncoderParameterListSize

インストールされているエンコーダーの一覧表示

イメージ エンコーダーとデコーダーの使用