nn::jpeg::CTR::JpegMpDecoder::GetLastUserMakerNoteSize Member Function#include <nn/jpeg.h> size_t GetLastUserMakerNoteSize() const;
None.
0 on failure. Gets the size in bytes of the Maker Note for CTR applications of the image that was either decoded or whose EXIF information was extracted immediately previous to this call.
If that processing fails, this function also fails. This function needs the image data to get the information, so do not destroy the image data.
Use the GetLastUserMakerNotePointer function to get a pointer to the Maker Note data. This function fails if the pointer to data is NULL.
Success of this function does not guarantee that the image was taken with a CTR application.
CONFIDENTIAL