

inline BOOL SSP_ExtractJpegDecoderExif(u8* data, u32 size);
| 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 |
Returns TRUE if successful.
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.
2009/01/09 Initial version.
CONFIDENTIAL