File: chapter10.html

package info (click to toggle)
tiemu 3.02-1.2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 8,964 kB
  • sloc: ansic: 32,554; sh: 9,561; cpp: 1,075; makefile: 585; xml: 71; sed: 16
file content (69 lines) | stat: -rw-r--r-- 2,427 bytes parent folder | download | duplicates (5)
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
<!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="chapter09.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="chapter11.html" accesskey="N">Next</a></td>
    </tr>
    <tr>
      <td align="left" valign="top" width="33%">Command Line<br>
      </td>
      <td align="center" valign="top" width="34%">&nbsp;</td>
      <td align="right" valign="top" width="33%">Link port<br>
      </td>
    </tr>
  </tbody>
</table>
<hr align="left" width="100%">
</div>
</div>
</div>
<h1>10. Skins</h1>
<p><font color="#000000">Bad news: TiEmu uses its own skins; they are
not VTI-compatible. <br>
Why? Because the VTI skin format is somewhat
limited and doesn't take care of some portability issues. <br>
</font></p>
<p><font color="#000000">Good news: You can re-use your VTI skins!<br>
</font></p>
<p><font color="#000000">Well, how can I use or develop TiEmu skins?
Julien Blache has developed a multi-platform skin editor, called <a
 href="http://lpg.ticalc.org/prj_tiemu/">SkinEdit</a>:<br>
</font></p>
<p style="text-align: center;"><font color="#000000"><img alt=""
 src="skinedit.jpg" style="width: 408px; height: 334px;"><br>
</font></p>
<font color="#000000">SkinEdit has all of the basic functions
of a
skin editor and some add-ons:<br>
- import/export of VTI 2.1, VTI 2.5 and TiEmu 2.0 skin format (for all
calcs: TI82..V200),<br>
- load any image format (not restricted to JPEG). This feature depends
on the pixbuf loaders provided by the GTK+ libraries.<br>
<br>
Note: the TiEmu v2.0 skin format is documented. See the <span
 style="font-style: italic;">docs</span> folder of the source archive.<br>
<br>
</font>
<hr>
</body>
</html>