Files
harbour-core/harbour/contrib/hbfimage
Viktor Szakats 559fb8caa5 2012-10-04 00:23 UTC+0200 Viktor Szakats (harbour syenar.net)
* contrib/hbblat/blatwrp.c
  * contrib/hbct/tests/datetime.prg
  * contrib/hbct/token2.c
  * contrib/hbcurl/core.c
  * contrib/hbexpat/core.c
  * contrib/hbfimage/fi_winfu.c
  * contrib/hbfimage/fi_wrp.c
  * contrib/hbfimage/freeimag.ch
  * contrib/hbfimage/tests/fitest.prg
  * contrib/hbgd/gdwrp.c
  * contrib/hbgd/tests/test_out.prg
  * contrib/hbhpdf/annot.c
  * contrib/hbhpdf/core.c
  * contrib/hbhpdf/enccns.c
  * contrib/hbhpdf/enccnt.c
  * contrib/hbhpdf/encjp.c
  * contrib/hbhpdf/enckr.c
  * contrib/hbhpdf/font.c
  * contrib/hbhpdf/fontcns.c
  * contrib/hbhpdf/fontcnt.c
  * contrib/hbhpdf/fontjp.c
  * contrib/hbhpdf/fontkr.c
  * contrib/hbhpdf/harupdf.ch
  * contrib/hbhpdf/image.c
  * contrib/hbhpdf/tests/harupdf.prg
  * contrib/hbmisc/hbedit.prg
  * contrib/hbmysql/tmysql.prg
  * contrib/hbmysql/tsqlbrw.prg
  * contrib/hbodbc/todbc.prg
  * contrib/hbwin/wapi_commctrl.c
  * contrib/hbwin/wapi_winuser.c
  * contrib/hbwin/win_reg.prg
  * contrib/xhb/cstruct.prg
  * contrib/xhb/fparse.c
  * contrib/xhb/xcstr.prg
  * contrib/xhb/xdbmodst.prg
  * contrib/xhb/xhbmemo.prg
  * contrib/xhb/xhbtedit.prg
  * extras/guestbk/testcgi.prg
  * extras/hbvpdf/hbvpdft.prg
  * extras/hbxlsxml/tests/example.prg
  * extras/httpsrv/cgifunc.prg
  * extras/httpsrv/cookie.prg
  * extras/httpsrv/session.prg
  * extras/httpsrv/uhttpd.prg
    % deleted/reformatted large number of long decoration/separator
      comment lines from source

  * extras/httpsrv/cgifunc.prg
    ! fixed Chr() to hb_BChar() for unicode compatibility

  * contrib/hbformat/hbfmtcls.prg
    * deleted one completed TODO
2012-10-03 22:28:08 +00:00
..

/*
 * $Id$
 */

/*
 * The following parts are Copyright of the individual authors.
 * www - http://www.xharbour.org http://harbour-project.org
 *
 * Copyright 2005 Francesco Saverio Giudice <info@fsgiudice.com>
 *    README file explaining howto compile FreeImage library
 *
 * See COPYING 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
=========

  ** 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.