1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<META http-equiv="Content-Type" content="text/html; charset=utf-8"> 6<META http-equiv="Content-Style-Type" content="text/css"> 7<title>TMCCJPEGExifIFD0Info</title> 8<LINK rel="stylesheet" href="../../CSS/revolution.css" type="text/css"> 9</head> 10 11<body> 12 13<h1 align="left">TMCCJPEGExifIFD0Info</h1> 14<h2>Definitions</h2> 15 16<dl> 17 <dd> 18<PRE> 19typedef struct{ 20 s8 *ImageDescription; /* Image title (ASCII) */ 21 s8 *Make; /* Manufacturer name of the image input device (ASCII) */ 22 s8 *Model; /* Model name of the image input device (ASCII) */ 23 u16 Orientation; /* Image orientation (unsigned 16-bit integer) */ 24 u32 XResolution[2]; /* Resolution of the image width (unsigned 32-bit fraction, [0]/[1]) */ 25 u32 YResolution[2] /* Resolution of the image height (unsigned 32-bit fraction, [0]/[1]) */ 26 u16 ResolutionUnit; /* Unit of resolution for the image width and height (unsigned 16-bit integer) */ 27 u16 TransferFunction[3][256]; /* Characteristics of the generation gradation curve (3*256 unsigned 16-bit integers) */ 28 s8 DateTime[20]; /* File modification date (ASCII "YYYY:MM:DD HH:MM:SS") */ 29 u16 YCbCrPositioning; /* YCC pixel configuration <YとCの位置> (unsigned 16-bit integer) */ 30 u32 ExifIFDPointer; /* Exif tag */ 31 s8 ExifVersion[4]; /* Exif version (ASCII, no null characters) */ 32 u8 ComponentsConfiguration[4]; /* Meaning of each of the components (unsigned 8-bit integer) */ 33 s8 FlashPixVersion[4]; /* Supported FlashPix version (ASCII, no null characters) */ 34 u16 ColorSpace; /* Color space information (unsigned 16-bit integer) */ 35 u32 PixelXDimension; /* Effective image width (unsigned 32(16)-bit integer) */ 36 u32 PixelYDimension; /* Effective image height (unsigned 32(16)-bit integer) */ 37} TMCCJPEGExifIFD0Info; 38</PRE></dd> 39</dl> 40<H2>Description</H2> 41<P>This structure has information about the Exif data main image. <br> 42 43 44 45</P> 46 47<h2>See Also</h2> 48<P> 49 50</P> 51<H2>Revision History</H2> 52<P> 532007/02/02 Initial version.</P> 54<hr><p>CONFIDENTIAL</p></body> 55</html> 56