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>TCLImageType</title> 6<link rel="stylesheet" href="../css/nitro.css" type="text/css"> 7</head> 8<body> 9<h1 align="left">TCLImageType <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> 16typedef enum 17{ 18 TCL_IMAGE_TYPE_PICTURE = 0 , 19 TCL_IMAGE_TYPE_FRAME , 20 TCL_IMAGE_TYPE_COMPOSITE , 21 TCL_IMAGE_TYPE_UNKNOWN , 22 TCL_IMAGE_TYPE_MAX 23} TCLImageType; 24 </code></pre> 25</dl> 26 27<h2>Description</h2> 28<p>Use image types to classify images.</p> 29<p>The current version of the library can only save <code>TCL_IMAGE_TYPE_PICTURE</code> image types, so the application does not need to distinguish between types. 30<p>The image types are explained in the following list.</p> 31<table> 32<tr><td>TCL_IMAGE_TYPE_PICTURE<td>Photos. 33<tr><td>TCL_IMAGE_TYPE_FRAME<td>Frames. Frames are photos with cut-out information. They are used with the DSi camera's Frame Camera feature. 34<tr><td>TCL_IMAGE_TYPE_COMPOSITE<td>Composite photos created using frames. Search and sort composite photos in same way as the <code>TCL_IMAGE_TYPE_PICTURE</code> type. 35<tr><td>TCL_IMAGE_TYPE_UNKNOWN<td>It is unknown whether the image type is photo or composite. 36</table> 37 38<h2>See Also</h2> 39 40<h2>Revision History</h2> 41<p> 422008/10/07 Initial version. 43</p> 44 45<hr><p>CONFIDENTIAL</p></body> 46</html> 47