imgdb::JpegSaver::SetRaw メンバ関数

構文

void SetRaw(
     const void * pData,
     int nWidth,
     int nHeight,
     nn::jpeg::CTR::PixelFormat eFormat
);

引数

名前 説明
in pData 画像データ
in nWidth 画像の幅(ピクセル単位)
in nHeight 画像の高さ(ピクセル単位)
in eFormat 画像のピクセルフォーマット

返り値

なし。

説明

保存する画像を設定する