File: chapter08.html

package info (click to toggle)
tiemu 2.00-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 7,100 kB
  • ctags: 2,953
  • sloc: ansic: 27,979; sh: 8,836; makefile: 365; cpp: 158
file content (70 lines) | stat: -rw-r--r-- 2,428 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type"
 content="text/html; charset=iso-8859-1">
  <meta name="GENERATOR" content="Mozilla 1.1 under Linux">
  <title>TiEmu User's Manual</title>
  <meta name="author" content="The TiEmu team">
  <meta name="description" content="User's Manual">
</head>
<body style="background-color: rgb(255, 255, 255);">
<div align="center">
<div style="text-align: left;">
<div class="NAVFOOTER">
<hr align="left" width="100%">
<table summary="Footer navigation table" border="0" cellpadding="0"
 cellspacing="0" width="100%">
  <tbody>
    <tr>
      <td align="left" valign="top" width="33%"><a href="chapter07.html"
 accesskey="P">Prev</a></td>
      <td align="center" valign="top" width="34%"><a
 href="Manual_en.html" accesskey="H">Home</a></td>
      <td align="right" valign="top" width="33%"><a
 href="chapter09.html" accesskey="N">Next</a></td>
    </tr>
    <tr>
      <td align="left" valign="top" width="33%">Debugger</td>
      <td align="center" valign="top" width="34%">&nbsp;</td>
      <td align="right" valign="top" width="33%">Command Line<br>
      </td>
    </tr>
  </tbody>
</table>
<hr align="left" width="100%">
</div>
</div>
</div>
<h1>8. Screenshots</h1>
TiEmu is able to do various screenshots in several formats. This part
is slightly automated.<br>
<h2>8.1 Settings </h2>
From the popup menu, select <span style="font-style: italic;">Screenshot
&gt; Options</span>:<br>
<br>
<div style="text-align: center;"><a href="screenshot.png"><img alt=""
 src="screenshot.png"
 style="border: 0px solid ; width: 310px; height: 246px;"></a><br>
</div>
<br>
<br>
TiEmu currently supports 5 image formats: JPG (jpeg), PNG, ICO (Windows
Icon), EPS (Encapsulated PostScript) and PDF (Adobe Portable Document
Format) on both
platforms. Image can be saved as color or B&amp;W. You can choose to
save the whole window or just the LCD area.<br>
<br>
Screenshots are saved in the working folder (C:\Program Files\TiEmu).
Filename is built by TiEmu with:<br>
- a pattern : the base name,<br>
- a counter which is incremented every time you trigger a snapshot,<br>
- an extension depending on the image format.<br>
<h2>8.2 To use it</h2>
From the popup menu, select <span style="font-style: italic;">Screenshot
&gt; Now !</span> or simply press F9 for doing a screenshot with the
current options. <br>
<br>
<hr>
</body>
</html>