1<html> 2<head> 3<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> 4<meta http-equiv="Content-Style-Type" content="text/css"> 5<title>TCL_IsSameImageType</title> 6<link rel="stylesheet" href="../css/nitro.css" type="text/css"> 7</head> 8<body> 9<h1 align="left">TCL_IsSameImageType <img src="../image/TWL.gif" align="middle"></h1> 10 11<h2>Definition</h2> 12<dl> 13 <dd> 14 <code>#include <twl/tcl.h></code><br/> <br/> 15 <pre><code> 16BOOL TCL_IsSameImageType( const TCLPictureInfo* pPicInfo , const TCLMakerNote* pMakerNote ); 17 </code></pre> 18</dl> 19 20<h2>Arguments</h2> 21<p> 22<table> 23<tr><td>pPicInfo<td><a href="TCLPictureInfo.html">Photo information</a> 24<tr><td>pMakerNote<td><a href="TCLMakerNote.html">Manufacturer's notes structure</a> 25</table> 26</p> 27 28<h2>Return Values</h2> 29<p><CODE>TRUE</CODE> if photos are determined to be the same image type.</p> 30 31<h2>Description</h2> 32<p>Determines whether the image type in the Management file is the same as the image type recorded in the image's EXIF information. (The manufacturer's notes in an EXIF tag are converted to the <a href="TCLMakerNote.html"><code>TCL_MakerNote</code></a> type for this comparison.)</p> 33<p>See the <a href="overview_tcl.html">Overview</a> for processes used for comparison. 34<p>Photos and composite photos cannot be differentiated in the management file, so they are treated as the same image type.</p> 35 36<h2>See Also</h2> 37 38<h2>Revision History</h2> 39<p> 402009/03/04 Corrected errors.<br/> 2008/10/20 Initial version. 41</p> 42 43<hr><p>CONFIDENTIAL</p></body> 44</html> 45