TMCCJPEGExifIFD1Info

Definitions

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;

Description

This structure has information about the Exif data thumbnail image.

See Also

Revision History

2007/02/02 Initial version.


CONFIDENTIAL