imgdb::JpegSaver::SetRaw Member Function

Syntax

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

Parameters

Name Description
in pData Image data.
in nWidth Width of the image (in pixels).
in nHeight Height of the image (in pixels).
in eFormat The pixel format of the image.

Return Values

None.

Description

Sets the image to save.


CONFIDENTIAL