nn::jpeg::CTR::JpegMpEncoder::SetSoftware Member Function#include <nn/jpeg.h>
void SetSoftware(
const char * pBuffer
);
| Name | Description | |
|---|---|---|
| in | pBuffer | Specifies the software name. |
Registers the software name to embed in the Exif IFD of a JPEG file.
This information is the information registered in the IFD0 Software tag. The default is not to register.
Call this function before calling the encoding function. The values specified by this function are cleared after the encoding function completes, regardless of whether the encoding function succeeded or failed. When encoding multiple times, you must call this function before each encoding function call. The values specified by this function are also cleared if you specify NULL for the pBuffer argument, or if you reinitialize the encoder object using the Initialize function.
CONFIDENTIAL