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>Limitations on Image Usage</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
59table
60{
61	text-align			: center;
62	margin-left			: 50px;
63	margin-right		: auto;
64}
65
66th
67{
68	background			: #e0e0e0
69	margin 				: 0 10px 0 0;
70	padding				: 4px;
71}
72
73td
74{
75	margin 				: 0 10px 0 0;
76    border-color        : #c0c0c0;
77	border-style		: solid solid solid solid;
78	border-width		: 1px;
79	padding				: 4px;
80}
81
82p.caution {
83	font-family			: Arial;
84	font-size			: 12px;
85	font-weight			: normal;
86	line-height			: 18px;
87	color				: #000;
88
89	padding				: 0px;
90	margin				: 0px 0px 10px 30px;
91}
92
93span.caution {
94	font-family			: Arial;
95	font-size			: 12px;
96	font-weight			: normal;
97	line-height			: 18px;
98	color				: #000;
99
100	padding				: 0px;
101	margin				: 0px 0px 10px 30px;
102}
103
104ul.caution {
105	font-family			: Arial;
106	font-size			: 12px;
107	font-weight			: normal;
108	line-height			: 18px;
109	color				: #000;
110
111	padding				: 0px;
112	margin				: 0px 0px 10px 50px;
113}
114
115-->
116</style>
117
118</head>
119<body>
120<a name="top"></a>
121
122<div class="title">
123Limitations on Image Usage
124</div>
125
126<ul>
127<li>The following limitations apply to the images that system applications and libraries can use.
128</ul>
129
130<table>
131<tr>
132<th></th>
133<th>Nintendo 3DS Camera</th><th>Photo Selector Applet</th><th>Images loaded from ImageDb</th><th>Images written to ImageDb</th>
134</tr>
135<tr>
136<th>Maximum resolution</th>
137<td colspan="3">4096 x 3072 pixels or less</br><span class="caution">However, large images are shrunk when loaded [1]</span></td>
138<td>4096 x 3072 pixels or less</td>
139</tr>
140<tr>
141<th>Minimum resolution</th>
142<td colspan="4">160 x 120 pixels or greater</br><span class="caution">If an image is reduced, the resulting image must meet these conditions.</span></td>
143</tr>
144<tr>
145<th>Data size</th>
146<td colspan="1">10MB or Less</td>
147<td colspan="2">400KB or Less</td>
148<td>JPEG: 200 KB or less</br>MPO: 400 KB or less<br><span class="caution">The library adjusts quality automatically in order to fit within these limitations.</span></td>
149</tr>
150<tr>
151<th>Thumbnail</th>
152<td colspan="3">1280 x 960 pixels or less<br><span class="caution">However, images are reduced in size to  320 x 240 pixels or less [2]</span></td>
153<td>Created automatically at 160 x 120 pixels or less</td>
154</tr>
155</table>
156<br>
157<p class="caution">
158[1] The 3DS camera and ImageDb shrink images to 1024 x 768 pixels or less; the photo selector applet shrinks them to 320 x 240 or less. Images are shrunk to either 1/2, 1/4, 1/8, or 1/16 their original size, based on their size.
159</p>
160<p class="caution">
161[2] Images that do not have thumbnails cannot be handled, unless the following conditions are met.
162<ul class="caution">
163<li>The resolution of the original image is 1024 x 768 pixels or lower
164<li>The size of the image is no more than 200 KB for JPEG images, or 400 KB for MPO images.
165</ul>
166</p>
167
168
169<div align="right"><A href="javascript:history.go(-1)">Back</A></div>
170
171<hr><p>CONFIDENTIAL</p></body>
172</html>