nn::jpeg::CTR::JpegMpEncoder::InitializeGpsData Member Function#include <nn/jpeg.h>
static void InitializeGpsData(
GpsData * pGps
);
| Name | Description | |
|---|---|---|
| out | pGps | Specifies the GPS IFD (structure used for storing GPS data). The stored data format is easy for the library to process and is different from the binary format that results from encoding. |
Initializes the structure used for registering GPS IFD data.
The procedure for storing GPS information in the image and storing it is given below.
After initialization, the structure only stores the GPS tag version (2.2 is the default for this library). The version can be changed by calling the SetGpsVersionId function. The system can be instructed not to save the version by calling the ClearGpsVersionId function.
CONFIDENTIAL