| SSP_SetJpegEncoderDateTime |
  |
Sets the date and time information of when the photo was taken to attach when encoding. |
| SSP_SetJpegEncoderDateTimeNow |
  |
Sets the current date and time as the date and time information of when the photo was taken to attach when encoding. |
| SSP_GetDateTime |
  |
Gets the current date and the time. |
| SSP_SetJpegEncoderMakerNote |
  |
Sets DSi camera data to insert in the MakerNote when encoding. |
| SSP_SetJpegEncoderMakerNoteEx |
  |
Sets each type of data to insert in the MakerNote when encoding. |
| SSP_StartJpegEncoder |
  |
Performs JPEG encoding. |
| SSP_GetJpegEncoderBufferSize |
  |
Gets the buffer size required for encoding. |
| SSP_ConvertJpegEncodeData |
  |
Converts input data into the format used for JPEG encoding. |
| SSP_StartJpegEncoderWithEncodeData |
  |
JPEG encoding is performed based on data used for encoding already converted ahead of time. |
| SSP_StartJpegEncoderLite |
  |
Performs JPEG encoding with a smaller working buffer than the one used by the SSP_StartJpegEncoder function. |
| SSP_GetJpegEncoderLiteBufferSize |
  |
Gets the required buffer size for encoding with the SSP_StartJpegEncoderLite function. |