nn::jpeg::CTR::JpegMpDecoder::GetLastHeight Member Function

Syntax

#include <nn/jpeg.h>

u32 GetLastHeight() const;

Arguments

None.

Return Values

Image height, in pixels.

Description

Gets the height of the image that was either decoded or whose EXIF information was extracted immediately previous to this call.

If that previous operation failed, returns 0.

Revision History

2010/04/14
Initial version.

CONFIDENTIAL