website view en/doc/handbook/graphics.html @ rev 65

Add apps to Handbook (en)
author Paul Issott <paul@slitaz.org>
date Sun Jun 08 21:59:02 2008 +0000 (2008-06-08)
parents 24f2ea79f7cd
children f0c0c73578c0
line source
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><title>SliTaz Handbook (en) - Template</title>
6 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
7 <meta name="description" content="slitaz English handbook" />
8 <meta name="expires" content="never" />
9 <meta name="modified" content="2008-02-26 18:30:00" />
10 <meta name="publisher" content="www.slitaz.org" />
11 <meta name="author" content="Christophe Lincoln" />
12 <link rel="shortcut icon" href="favicon.ico" />
13 <link rel="stylesheet" type="text/css" href="book.css" /></head><body bgcolor="#ffffff">
15 <!-- Header and quick navigation -->
16 <div id="header">
17 <div id="quicknav" align="right">
18 <a name="top"></a>
19 <a href="index.html">Table of contents</a>
20 </div>
21 <h1><font color="#3e1220">SliTaz Handbook (en)</font></h1>
22 </div>
24 <!-- Content. -->
25 <div id="content">
26 <div class="content-right"></div>
28 <h2><font color="#df8f06">Graphics and Image management</font></h2>
30 <ul>
31 <li><a href="#gcolor2">Gcolor2</a> - Color selector.</li>
32 <li><a href="#gimp">Gimp</a> - Manipulate and create images.</li>
33 <li><a href="#gqview">GQview</a> - Images manager.</li>
34 <li><a href="#jpeg">jpeg</a> - JPEG command line tools.</li>
35 <li><a href="#mtPaint">mtPaint</a> - Image processing.</li>
36 </ul>
38 <a name="gcolor2"></a>
39 <h3>Gcolor2 - Select and manage colors</h3>
40 <p>
41 Gcolor2 is a tool to select and retain palette colors. It can be useful for the creation of SliTaz themes
42 for example. It can be found in the Graphics category or run from the command line:
43 </p>
44 <pre> $ gcolor2 &amp;
45 </pre>
47 <a name="gimp"></a>
48 <h3>Gimp - Manipulate and create images</h3>
49 <p>
50 The GIMP (GNU Image Manipulation) is software that can manipulate images to a very high quality level.
51 It allows you to do what you would expect from an application that processes images, ie layers, filters,
52 support scripts adding functionality etc. GIMP supports a large number of image formats such as:
53 PNG, JPEG, XPM, PPM, TIFF, PostScript, PSD, it also offers it's own XCF format. To install GIMP:
54 </p>
55 <pre> # tazpkg get-install gimp
56 </pre>
57 <p>
58 GIMP is scalable and can be configured with the main interface - configuration files, brushes and personal
59 scripts are located in the <code>~/.gimp-2.2</code> directory.
60 </p>
62 <a name="gqview"></a>
63 <h3>GQview - Images manager</h3>
64 <p>
65 GQview is very light and quick and allows you to navigate rapidly between images by selecting files
66 in your directory tree with a single mouse click. It supports slideshows, image rotation, adding
67 keywords and tags, drag and drop and can display EXIF data. It also allows you to edit images
68 in the software of your choice (Mtpaint, GIMP for example). To install GQview:
69 </p>
70 <pre> # tazpkg get-install gqview
71 </pre>
73 <a name="jpeg"></a>
74 <h3>jpeg - JPEG command line tools</h3>
75 <p>
76 To allow applications that use JPEG to function, linked libraries must be provided by the package
77 <code>jpeg-6b</code>, this package also contains some tiny utilities that can be used on the command
78 line such as <code>cjpeg</code> and <code>djpeg</code>. To modify JPEG images on the command line you
79 can also use <code>jpegtran</code>, installed by default on SliTaz, <code>jpegtran</code> allows you to
80 rotate images via the <code>-rotate</code> option. To find out all of the options available for these
81 tools, just specify the <code>--help</code> option. Example:
82 </p>
83 <pre> $ cjpeg --help
84 </pre>
86 <a name="mtPaint"></a>
87 <h3>mtPaint - Image processing</h3>
88 <p>
89 mtPaint is an application for the creation and retouching of PNG, TIFF,
90 XPM and BMP images. It offers many simple, lightweight, fast functions like
91 capture screen (screenshot) which you can access via the menu --&gt; Graphics --&gt;
92 Grab screenshot, or by typing in a terminal:
93 </p>
94 <pre> $ mtpaint -s
95 </pre>
97 <!-- End of content -->
98 </div>
100 <!-- Footer. -->
101 <div id="footer">
102 <div class="footer-right"></div>
103 <a href="#top">Top of the page</a> |
104 <a href="http://www.slitaz.org/en/doc/handbook/index.html">Table of contents</a>
105 </div>
107 <div id="copy">
108 Copyright © 2008 <a href="http://www.slitaz.org/en/">SliTaz</a> -
109 <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br />
110 Documentation is under
111 <a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a>
112 and code is <a href="http://validator.w3.org/">valid xHTML 1.0</a>.
113 </div>
115 </body></html>