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 CTR application MakerNote of the image that was either decoded or whose EXIF information was extracted immediately previous to this call.
If that previous operation failed, 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 MakerNote data.
Success of this function does not guarantee that the image was taken with a CTR application.
CONFIDENTIAL