GetLastWidth

nn::jpeg::CTR::JpegMpDecoder::GetLastWidth Member Function

Syntax

#include <nn/jpeg.h>

u32 GetLastWidth() const;

Parameters

None.

Return Values

Image width, in pixels.

Description

Gets the width 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