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

構文

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

引数

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

返り値

なし。

説明

保存する画像を設定する