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 71 72 73 74 75 76 77 78 79 80 81
|
<!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%"> </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
> Options</span>:<br>
<br>
<div style="text-align: center;"><span
style="text-decoration: underline;"></span><img alt=""
src="screenshot.png" style="width: 365px; height: 276px;"><br>
</div>
<br>
<br>
TiEmu currently supports 6 image formats: JPG (jpeg), PNG, ICO (Windows
Icon), BMP, EPS (Encapsulated PostScript) and PDF (Adobe Portable
Document
Format) on both
platforms. Image can be saved as color or B&W. You can choose to
save the whole window or just the LCD area.<br>
<br>
Unless changed with the drop-down button menu, screenshots are saved in
the application folder (C:\Program Files\TiEmu).
<br>
Filename is built by TiEmu with:<br>
- a pattern : the base name,<br>
- a counter which is incremented every time you trigger a snapshot (but
saved if you save the whole configuration),<br>
- an extension depending on the image format.<br>
<br>
Starting with TiEmu 2.81b (20060804), you can take several (n) screenshots at once
(burst capture) every (m-1) frames .<br>
The 'n' value is fixed by the <span style="font-style: italic;">shots</span> button
while the 'm' value is specified by the <span
style="font-style: italic;">skips</span> button.<br>
The example abolve will trigger 4 captures every 4 LCD frames.<br>
<h2>8.2 To use it</h2>
From the popup menu, select <span style="font-style: italic;">Screenshot
> Now !</span> or simply press F9 for doing a screenshot with the
current options. <br>
<br>
<hr>
</body>
</html>
|