nn::jpeg::CTR::JpegMpDecoder::GetMpNumberOfImages Member Function

Syntax

#include <nn/jpeg.h>

static bool GetMpNumberOfImages(
     u32 * pNumber,
     const MpIndex * pIndex
);

Arguments

Name Description
out pNumber Specifies the buffer that stores the number of saved images.
in pIndex Specifies the MP Index IFD. To get this ahead of time, use the GetMpIndex function.

Return Values

Returns true on success. Returns false on failure.

Description

Gets the number of saved images, which is included in the MP Index IFD.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL