website diff en/doc/handbook/graphics.html @ rev 62
Add Applications to Handbook (en)
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Mon May 26 14:52:42 2008 +0000 (2008-05-26) |
parents | |
children | b34d650ff817 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/en/doc/handbook/graphics.html Mon May 26 14:52:42 2008 +0000 1.3 @@ -0,0 +1,116 @@ 1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 1.5 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head><title>SliTaz Handbook (en) - Template</title> 1.6 + 1.7 + 1.8 + 1.9 + <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> 1.10 + <meta name="description" content="slitaz English handbook" /> 1.11 + <meta name="expires" content="never" /> 1.12 + <meta name="modified" content="2008-02-26 18:30:00" /> 1.13 + <meta name="publisher" content="www.slitaz.org" /> 1.14 + <meta name="author" content="Christophe Lincoln" /> 1.15 + <link rel="shortcut icon" href="favicon.ico" /> 1.16 + <link rel="stylesheet" type="text/css" href="book.css" /></head><body bgcolor="#ffffff"> 1.17 + 1.18 +<!-- Header and quick navigation --> 1.19 +<div id="header"> 1.20 +<div id="quicknav" align="right"> 1.21 + <a name="top"></a> 1.22 + <a href="index.html">Table of contents</a> 1.23 +</div> 1.24 +<h1><font color="#3e1220">SliTaz Handbook (en)</font></h1> 1.25 +</div> 1.26 + 1.27 +<!-- Content. --> 1.28 +<div id="content"> 1.29 +<div class="content-right"></div> 1.30 + 1.31 +<h2><font color="#df8f06">Graphics and Image management</font></h2> 1.32 + 1.33 +<ul> 1.34 + <li><a href="#gcolor2">Gcolor2</a> - Color selector.</li> 1.35 + <li><a href="#gimp">Gimp</a> - Manipulate and create images.</li> 1.36 + <li><a href="#gqview">GQview</a> - Images manager.</li> 1.37 + <li><a href="#jpeg">jpeg</a> - JPEG command line tools.</li> 1.38 + <li><a href="#mtPaint">mtPaint</a> - Image processing.</li> 1.39 +</ul> 1.40 + 1.41 +<a name="gcolor2"></a> 1.42 +<h3>Gcolor2 - Select and manage colors</h3> 1.43 +<p> 1.44 +Gcolor2 is a tool to select and retain palette colors. It can be useful for the creation of SliTaz themes 1.45 +for example. It can be found in the Graphics category or run from the command line: 1.46 +</p> 1.47 +<pre> $ gcolor2 & 1.48 +</pre> 1.49 + 1.50 +<a name="gimp"></a> 1.51 +<h3>Gimp - Manipulate and create images</h3> 1.52 +<p> 1.53 +The GIMP (GNU Image Manipulation) is software that can manipulate images to a high quality level. 1.54 +It allows you to do what you would expect from an application that processes images, ie layers, filters, 1.55 +support scripts adding functionality etc. GIMP supports a large number of image formats such as: 1.56 +PNG, JPEG, XPM, PPM, TIFF, PostScript, PSD, it also offers it's own XCF format. To install GIMP: 1.57 +</p> 1.58 +<pre> # tazpkg get-install gimp 1.59 +</pre> 1.60 +<p> 1.61 +GIMP is scalable and can be configured with the main interface - configuration files, brushes and personal 1.62 +scripts are located in the <code>~/.gimp-2.2</code> directory. 1.63 +</p> 1.64 + 1.65 +<a name="gqview"></a> 1.66 +<h3>GQview - Images manager</h3> 1.67 +<p> 1.68 +GQview is very light and quick and allows you to navigate rapidly between images by selecting files 1.69 +in your directory tree with a single mouse click. It supports slideshows, image rotation, adding 1.70 +keywords and tags, drag and drop and can display EXIF data. It also allows you to edit images 1.71 +in the software of your choice (Mtpaint, GIMP for example). To install GQview: 1.72 +</p> 1.73 +<pre> # tazpkg get-install gqview 1.74 +</pre> 1.75 + 1.76 +<a name="jpeg"></a> 1.77 +<h3>jpeg - JPEG command line tools</h3> 1.78 +<p> 1.79 +To allow applications that use JPEG to function, linked libraries must be provided by the package 1.80 +<code>jpeg-6b</code>, this package also contains some tiny utilities that can be used on the command 1.81 +line such as <code>cjpeg</code> and <code>djpeg</code>. To modify JPEG images on the command line you 1.82 +can also use <code>jpegtran</code>, installed by default on SliTaz, <code>jpegtran</code> allows you to 1.83 +rotate images via the <code>-rotate</code> option. To find out all of the options available for these 1.84 +tools, just specify the <code>--help</code> option. Example: 1.85 +</p> 1.86 +<pre> $ cjpeg --help 1.87 +</pre> 1.88 + 1.89 +<a name="mtPaint"></a> 1.90 +<h3>mtPaint - Image processing</h3> 1.91 +<p> 1.92 +mtPaint is an application for the creation and retouching of PNG, TIFF, 1.93 +XPM and BMP images. It offers many simple, lightweight, fast functions like 1.94 +capture screen (screenshot) which you can access via the menu --> Graphics --> 1.95 +Grab screenshot, or by simply typing the following: 1.96 +</p> 1.97 +<pre> $ mtpaint -s 1.98 +</pre> 1.99 + 1.100 +<!-- End of content --> 1.101 +</div> 1.102 + 1.103 +<!-- Footer. --> 1.104 +<div id="footer"> 1.105 + <div class="footer-right"></div> 1.106 + <a href="#top">Top of the page</a> | 1.107 + <a href="http://www.slitaz.org/en/doc/handbook/index.html">Table of contents</a> 1.108 +</div> 1.109 + 1.110 +<div id="copy"> 1.111 + Copyright © 2008 <a href="http://www.slitaz.org/en/">SliTaz</a> - 1.112 + <a href="http://www.gnu.org/licenses/gpl.html">GNU General Public License</a>;<br /> 1.113 + Documentation is under 1.114 + <a href="http://www.gnu.org/copyleft/fdl.html">GNU Free Documentation License</a> 1.115 + and code is <a href="http://validator.w3.org/">valid xHTML 1.0</a>. 1.116 +</div> 1.117 + 1.118 +</body></html> 1.119 +