Files
harbour-core/harbour/contrib/hbfimage
Viktor Szakats eab54ccf38 2008-07-28 15:07 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* harbour-ce-spec
   * harbour-w32-spec
   * include/hbver.h
   * harbour.spec
     * Removed 'rc2' tag in preparation for final release.

   * doc/whatsnew.txt
     ! Minor typos.

   * contrib/hbmysql/make_b32.bat
   * contrib/hbmysql/make_vc.bat
   * contrib/hbapollo/make_b32.bat
   * contrib/hbapollo/make_vc.bat
   * contrib/hbfbird/make_b32.bat
   * contrib/hbfbird/make_vc.bat
   * contrib/hbcurl/make_b32.bat
   * contrib/hbcurl/make_vc.bat
   * contrib/hbhpdf/make_b32.bat
   * contrib/hbhpdf/make_vc.bat
   * contrib/hbpgsql/make_b32.bat
   * contrib/hbpgsql/make_vc.bat
   * contrib/rddads/make_b32.bat
   * contrib/rddads/make_vc.bat
   * contrib/hbfimage/make_b32.bat
   * contrib/hbfimage/make_vc.bat
   * contrib/hbgd/make_b32.bat
   * contrib/hbgd/make_vc.bat
     ! Fixed HB_DIR_* detection.
2008-07-28 13:10:22 +00:00
..

/*
 * $Id$
 */

/*
 * The following parts are Copyright of the individual authors.
 * www - http://www.xharbour.org http://www.harbour-project.org
 *
 * Copyright 2005 Francesco Saverio Giudice <info@fsgiudice.com>
 *    README file explaining howto compile FreeImage library
 *
 * See doc/license.txt for licensing terms.
 *
 */

FreeImage Library is a porting to xHarbour of famous FreeImage Project library.

Actually based on FreeImage version 3.8.0
FreeImage Project's web site is http://freeimage.sourceforge.net/

COMPILING
=========

Actually platforms supported are:
- Win32 / BCC32
- GNU systems / GCC

to build library on Win32 with BCC use:
make_b32.bat

on GNU system use:
make install
WARNING: not actually tested

  ** requirements: to build FreeImage library: gcc-c++, libstdc++-devel

DOCUMENTATION
=============

Look at doc folder for help files.
Last FreeImage pdf manual is downloadable from http://freeimage.sourceforge.net/download.html

SAMPLES
=======

For samples look at tests dir.
fitest.prg is an API test application.

NOTES
=====

WARNING: if you are using Windows platform, download the
         FreeImage.dll in tests before use it.

At this time (28/10/2005 CET) it builds on Windows with last CVS.
Not tested on GNU system, but it have to run correctly.