SSP_ExtractJpegDecoderExif

Syntax


inline BOOL SSP_ExtractJpegDecoderExif(u8* data, u32 size);

Arguments

data The JPEG file from which EXIF information is to be extracted
size The size of the JPEG file from which EXIF information is to be extracted

Return Values

Returns TRUE if successful.

Description

Extracts EXIF information only from a JPEG file.
Because this function does not perform decoding, information can be obtained more quickly than by calling the SSP_StartJpegDecoder function.

To get information actually included in EXIF, call this function first and then use any of the get functions as necessary.

Revision History

2009/01/09 Initial version.


CONFIDENTIAL