# HG changeset patch # User Paul Issott # Date 1211813562 0 # Node ID 24f2ea79f7cda211cf5376a00560c351ea316c6c # Parent 7b0765f1c18b43d12adab21746d13daadcb02390 Add Applications to Handbook (en) diff -r 7b0765f1c18b -r 24f2ea79f7cd en/doc/handbook/graphics.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/en/doc/handbook/graphics.html Mon May 26 14:52:42 2008 +0000 @@ -0,0 +1,116 @@ + +SliTaz Handbook (en) - Template + + + + + + + + + + + + + + + + +
+
+ +

Graphics and Image management

+ + + + +

Gcolor2 - Select and manage colors

+

+Gcolor2 is a tool to select and retain palette colors. It can be useful for the creation of SliTaz themes +for example. It can be found in the Graphics category or run from the command line: +

+
 $ gcolor2 &
+
+ + +

Gimp - Manipulate and create images

+

+The GIMP (GNU Image Manipulation) is software that can manipulate images to a high quality level. +It allows you to do what you would expect from an application that processes images, ie layers, filters, +support scripts adding functionality etc. GIMP supports a large number of image formats such as: +PNG, JPEG, XPM, PPM, TIFF, PostScript, PSD, it also offers it's own XCF format. To install GIMP: +

+
 # tazpkg get-install gimp
+
+

+GIMP is scalable and can be configured with the main interface - configuration files, brushes and personal +scripts are located in the ~/.gimp-2.2 directory. +

+ + +

GQview - Images manager

+

+GQview is very light and quick and allows you to navigate rapidly between images by selecting files +in your directory tree with a single mouse click. It supports slideshows, image rotation, adding +keywords and tags, drag and drop and can display EXIF data. It also allows you to edit images +in the software of your choice (Mtpaint, GIMP for example). To install GQview: +

+
 # tazpkg get-install gqview
+
+ + +

jpeg - JPEG command line tools

+

+To allow applications that use JPEG to function, linked libraries must be provided by the package +jpeg-6b, this package also contains some tiny utilities that can be used on the command +line such as cjpeg and djpeg. To modify JPEG images on the command line you +can also use jpegtran, installed by default on SliTaz, jpegtran allows you to +rotate images via the -rotate option. To find out all of the options available for these +tools, just specify the --help option. Example: +

+
 $ cjpeg --help
+
+ + +

mtPaint - Image processing

+

+mtPaint is an application for the creation and retouching of PNG, TIFF, +XPM and BMP images. It offers many simple, lightweight, fast functions like +capture screen (screenshot) which you can access via the menu --> Graphics --> +Grab screenshot, or by simply typing the following: +

+
 $ mtpaint -s
+
+ + +
+ + + + +
+ Copyright © 2008 SliTaz - + GNU General Public License;
+ Documentation is under + GNU Free Documentation License + and code is valid xHTML 1.0. +
+ + + diff -r 7b0765f1c18b -r 24f2ea79f7cd en/doc/handbook/index.html --- a/en/doc/handbook/index.html Fri May 23 11:17:48 2008 +0000 +++ b/en/doc/handbook/index.html Mon May 26 14:52:42 2008 +0000 @@ -35,6 +35,20 @@
  • LiveCD usage - How to boot and set options at the command prompt.
  • Installation - HD install instructions.
  • + + +

    Applications

    + + +

    System

    +