typedef struct{
u16 Compression; /* Compression type (unsigned 16-bit integer) */
u32 XResolution[2]; /* Resolution of the image width (unsigned 32-bit fraction, [0]/[1]) */
u32 YResolution[2]; /* Resolution of the image height (unsigned 32-bit fraction, [0]/[1]) */
u16 ResolutionUnit; /* Unit of resolution for the image width and height (unsigned 16-bit integer) */
u32 JPEGInterchangeFormat; /* Offset to JPEG SOI (unsigned 32-bit integer) */
u32 JPEGInterchangeFormatLength;/* Byte count of the JPEG data (unsigned 32-bit integer) */
} TMCCJPEGExifIFD1Info;
This structure has information about the Exif data thumbnail image.
2007/02/02 Initial version.
CONFIDENTIAL