----------------------------------------------------------------------------------------------------
   ____  _   _  ____     ___  ____  __  __  ___     __    ____  ____  ____    __    ____  _  _ 
  (_  _)( )_( )( ___)   / __)(_  _)(  \/  )/ __)   (  )  (_  _)(  _ \(  _ \  /__\  (  _ \( \/ )
    )(   ) _ (  )__)   ( (__  _)(_  )    (( (_-.    )(__  _)(_  ) _ < )   / /(__)\  )   / \  / 
   (__) (_) (_)(____)   \___)(____)(_/\/\_)\___/   (____)(____)(____/(_)\_)(__)(__)(_)\_) (__) 


                             The C++ Templated Image Processing Library

                                               v1.0.5                           (21 June 2004)

----------------------------------------------------------------------------------------------------

  #
  # Description
  #

  The CImg Library is a C++ toolkit providing a set of classes that you can use in your
  own C++ sources to load, process, display images. Very portable (Unix/X11,Windows,MacOS X,..),
  efficient and simple to compile, it's like a STL for image processing!
  
  #
  # Author
  #

  David Tschumperl ( http://david.tschumperle.free.fr )

  #
  # Archive structure :
  #

  The archive contains the following files and directories :

  - examples/      : contains example programs that use the CImg library.
  - html/          : contains the web page and the reference documentation.
  - visual_studio/ : contains a solution to compile examples using Visual Studio.NET
  - CImg.h         : the main file of the library.
  - CImg_test.cpp  : an example of using the library.
  - Makefile       : Makefile provided to compile examples using GNU Make.
  - CImg.doxygen   : A doxygen configuration file to generate the reference documentation.

