home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / doc / gthumb / README < prev   
Encoding:
Text File  |  2005-04-01  |  3.8 KB  |  126 lines

  1. This is the distribution of gThumb, an image viewer and browser utility
  2. for the GNOME environment. 
  3.  
  4. Notes:
  5.  
  6.  * versions from 0.1 to 0.13 are for the GNOME 1.x environment.
  7.  
  8.  * versions from 1.100 to 2.0 are for the GNOME 2.0 environment, though
  9.    they can be used even in the GNOME 2.2 environment but in this case
  10.    gThumb and Nautilus do not share the thumbnails database. 
  11.  
  12.  * versions 2.2.0 and higher are for GNOME 2.2 and GNOME 2.4.
  13.  
  14.  * more information about gthumb can be found at: 
  15.    http://gthumb.sourceforge.net
  16.  
  17. What is gThumb
  18. ==============
  19.  
  20.  * gThumb is an image browser
  21.  
  22.    + Browse your hard disk showing you thumbnails of image files.
  23.    + Thumbnails are saved in the same database used by Nautilus so you
  24.      don't waste disk space.
  25.    + Automatically update the content of a folder.
  26.    + Copy, move, delete images and folders.
  27.    + Bookmarks of folders and catalogs.
  28.  
  29.  * gThumb is an image viewer
  30.  
  31.    + View single images (including GIF animations).  Supported image
  32.      types are: BMP, JPEG, GIF, PNG, TIFF, TGA, ICO, XPM.  
  33.    + View EXIF data attached to JPEG images.  
  34.    + View in fullscreen mode.
  35.    + View images rotated, flipped, mirrored.
  36.  
  37.  * gThumb is an image organizer
  38.  
  39.    + Add comments to images.
  40.    + Organize images in catalogs, catalogs in libraries.
  41.    + Print images and comments.
  42.    + Search for images on you hard disk and save the result as a catalog.
  43.      Search criteria remain attached to the catalog so you can update it
  44.      when you want.
  45.  
  46.  * gThumb is an image editor
  47.  
  48.    + Change image hue, saturation, lightness, contrast and adjust colors. 
  49.    + Scale and rotate images.
  50.    + Save images in the following formats: JPEG, PNG, TIFF, TGA.
  51.  
  52.  * gThumb is an advanced tool
  53.  
  54.    + Import images from a digital camera.
  55.    + Slide Shows.
  56.    + Set an image as Desktop background.
  57.    + Create index image.
  58.    + Rename images in series.
  59.    + Convert image format.
  60.    + Change images date and time.
  61.    + JPEG lossless transformations.
  62.    + Find duplicated images.
  63.    + Write images to CD/DVD.
  64.  
  65.  * gThumb is a Bonobo component
  66.  
  67.    + Image viewer component.  Differences with the EOG component:
  68.      display GIF animations, print the image and its comment.
  69.  
  70. Licensing
  71. =========
  72.  
  73.   This program is released under the terms of the GNU General Public
  74.   License (GNU GPL).  
  75.  
  76.   You can find a copy of the license in the file COPYING.
  77.  
  78. Compiling
  79. =========
  80.  
  81.   In order to build this program you need a working GNOME environment
  82.   version 2 or greater, with the development tools installed properly.  
  83.   The following is the detailed list of libraries you need:
  84.  
  85.     * glib             version >= 2.2.0
  86.     * gtk             version >= 2.2.0 
  87.     * libxml         version >= 2.4.0
  88.     * libgnome         version >= 2.2.0 
  89.     * libgnomeui         version >= 2.2.0 
  90.     * libgnomecanvas     version >= 2.0.0 
  91.     * gnome-vfs         version >= 2.1.3 
  92.     * libglade         version >= 2.0.0 
  93.     * libgnomeprint     version >= 2.1.0
  94.     * libgnomeprintui     version >= 2.1.0
  95.     * libbonobo         version >= 2.3.3 
  96.     * libbonoboui         version >= 2.3.3 
  97.  
  98.   If you want to view EXIF data attached to images, you need the libexif 
  99.   library version >= 0.5.12 that can be found at this web site : 
  100.   http://libexif.sourceforge.net
  101.  
  102.   If the libtiff library is present you can save images in TIFF
  103.   format.
  104.  
  105.   If the libjpeg library is present you have more saving options for
  106.   the JPEG format and the 'rotate jpeg' tool is implemented internally
  107.   otherwise it is implemented calling the external command: jpegtran.
  108.  
  109.   If the libgphoto2 library version >= 2.1.3 is present you can import 
  110.   photos from your camera.
  111.  
  112. Download
  113. ========
  114.  
  115.   * Tar archives can be found here: 
  116.  
  117.     http://ftp.gnome.org/pub/GNOME/sources/gthumb
  118.  
  119.   * If you know what the CVS is and how to use it, you can download the
  120.     latest development version using the following command:
  121.  
  122.     cvs -d:pserver:anonymous@anoncvs.gnome.org:/cvs/gnome co gthumb
  123.  
  124.  
  125. 17 December 2003
  126.