1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3<head>
4<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5<meta http-equiv="Content-Style-Type" content="text/css">
6<title>Photo Selector Applet</title>
7<style type="text/css">
8<!--
9body {
10/*
11    font-size       : 10pt;
12*/
13    font-weight     : normal;
14    color           : #000000;
15    margin          : 8px;
16}
17
18div {
19    width           : 98%;
20    white-space     : nowrap;
21}
22
23div.title {
24    text-align      : left;
25    font-weight     : bold;
26/*
27    font-size       : 16pt;
28*/
29    font-size       : 150%;
30    color           : #202020;
31    border-style    : double;
32    border-width    : 8px;
33    /* タイトルを囲む枠線の色を指定 */
34    border-color    : #FF6600;
35
36    margin          : 4px;
37    padding         : 4px;
38}
39
40h1 {
41    font-weight     : bold;
42/*
43    font-size       : 16pt;
44*/
45    font-size       : 150%;
46    border-style    : none none solid double;
47    border-width    : 0px 0px 2px 8px;
48    /* 見出しの線の色を指定 */
49    border-color    : #FF6600;
50
51    margin-left     : 2px;
52    padding-left    : 4px;
53}
54
55p {
56    margin-left     : 4px;
57}
58
59-->
60</style>
61
62</head>
63<body>
64<a name="top"></a>
65
66<div class="title">
67Photo Selector Applet
68</div>
69
70
71<h1>1. Introduction</h1>
72<p>This applet lets you browse and select photos saved on an SD Card.</p>
73
74
75<h1>2. Supplement About This Version</h1>
76<ul>
77<li><font color="red">Follow the <I>UGC Guidelines</I> when using photographs in applications.</font></li>
78<li>Use the separate <CODE>ImageDb</CODE> library to load the selected photograph content.</li>
79<li>Images that are larger than 320 x 240 are decoded in a reduced size. </li>
80<li>If the display region becomes smaller as a result of this decoding, the remaining region is shown in black.</li>
81<li>See <a href="Readme_image_limit.html">CTR_SDK/documents/applet/Readme/Readme_image_limit.html</a> for limitations on image handling.</li>
82</ul>
83
84<h1>3. Known Bugs</h1>
85<ul>
86<li>If Sleep Mode is entered when the applet ends, sometimes the system cannot recover from Sleep Mode.</li>
87<li>Due to a memory leak, the system may hang if more than about 200 thumbnails are displayed.</li>
88<li>Depending on when the folder is opened or closed, thumbnails may not be displayed.</li>
89</ul>
90
91<div align="right"><A href="javascript:history.go(-1)">Back</A></div>
92
93<hr><p>CONFIDENTIAL</p></body>
94</html>