nn::jpeg::CTR::JpegMpDecoder::GetLastOrientation Member Function#include <nn/jpeg.h>
bool GetLastOrientation(
u16 * pBuffer
);
| Name | Description | |
|---|---|---|
| out | pBuffer | Buffer storing the image orientation. |
true on success. Returns false on failure. Gets the image orientation from the EXIF IFD of the image that was either decoded or whose EXIF information was extracted immediately prior to this call.
If that processing fails, this function also fails. This function needs image data to get the information. Do not destroy the image data. This information is the information registered in the IFD0 Orientation tag.
CONFIDENTIAL