void SetRaw( const void * pData, int nWidth, int nHeight, nn::jpeg::CTR::PixelFormat eFormat );
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. |
Sets the image to save.
CONFIDENTIAL