This is the distribution of gThumb, an image viewer and browser utility
for the GNOME environment. 

Notes:

 * versions from 0.1 to 0.13 are for the GNOME 1.x environment.

 * versions from 1.100 to 2.0 are for the GNOME 2.0 environment, though
   they can be used even in the GNOME 2.2 environment but in this case
   gThumb and Nautilus do not share the thumbnails database. 

 * versions 2.2.0 to 2.4.2 are for GNOME 2.2 and GNOME 2.4.

 * versions 2.5 and higher are for GNOME 2.6.

 * more information about gthumb can be found at: 
   http://gthumb.sourceforge.net

What is gThumb
==============

 * gThumb is an image browser

   + Browse your hard disk showing you thumbnails of image files.
   + Thumbnails are saved in the same database used by Nautilus so you
     don't waste disk space.
   + Automatically update the content of a folder.
   + Copy, move, delete images and folders.
   + Bookmarks of folders and catalogs.

 * gThumb is an image viewer

   + View single images (including GIF animations).  Supported image
     types are: BMP, JPEG, GIF, PNG, TIFF, TGA, ICO, XPM.  
   + View EXIF data attached to JPEG images.  
   + View in fullscreen mode.
   + View images rotated, flipped, mirrored.

 * gThumb is an image organizer

   + Add comments to images.
   + Organize images in catalogs, catalogs in libraries.
   + Print images and comments.
   + Search for images on you hard disk and save the result as a catalog.
     Search criteria remain attached to the catalog so you can update it
     when you want.

 * gThumb is an image editor

   + Change image hue, saturation, lightness, contrast and adjust colors. 
   + Scale and rotate images.
   + Save images in the following formats: JPEG, PNG, TIFF, TGA.

 * gThumb is an advanced tool

   + Import images from a digital camera.
   + Slide Shows.
   + Set an image as Desktop background.
   + Create index image.
   + Rename images in series.
   + Convert image format.
   + Change images date and time.
   + JPEG lossless transformations.
   + Find duplicated images.
   + Write images to CD/DVD.

 * gThumb is a Bonobo component

   + Image viewer component.  Differences with the EOG component:
     display GIF animations, print the image and its comment.

Licensing
=========

  This program is released under the terms of the GNU General Public
  License (GNU GPL).  

  You can find a copy of the license in the file COPYING.

Compiling
=========

  In order to build this program you need a working GNOME environment
  version 2 or greater, with the development tools installed properly.  
  The following is the detailed list of libraries you need:

	* glib	 		version >= 2.6.0
	* gtk 			version >= 2.8.0 
	* libxml 		version >= 2.4.0
	* libgnome 		version >= 2.6.0 
	* libgnomeui 		version >= 2.6.0 
	* libgnomecanvas 	version >= 2.6.0 
	* gnome-vfs 		version >= 2.6.0 
	* libglade 		version >= 2.4.0 
	* libgnomeprint 	version >= 2.6.0
	* libgnomeprintui 	version >= 2.6.0
	* libbonobo 		version >= 2.6.0 
	* libbonoboui 		version >= 2.6.0
	* intltool		version >= 0.35.0
	* libexif               version >= 0.6.9
	* libjpeg

  If the libtiff library is present you can save images in TIFF
  format.

  If the libgphoto2 library version >= 2.1.3 is present you can import 
  photos from your camera.

  If the libiptc library version >= 0.2.1 is present you can store
  comments in the IPTC metadata of a JPEG image.

Download
========

  * Tar archives can be found here: 

    http://ftp.gnome.org/pub/GNOME/sources/gthumb

  * If you know what the CVS is and how to use it, you can download the
    latest development version using the following command:

    cvs -d:pserver:anonymous@anoncvs.gnome.org:/cvs/gnome co gthumb


11 October 2006
