Files
Przemysław Czerpak ae62f2effe 2024-01-28 12:50 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* contrib/hbfimage/core.c
    * use FreeImage_Rotate() instead of FreeImage_RotateClassic() in new
      FreeImage versions which do not support this function

  * contrib/hbsqlit3/core.c
    * added missing casting reported as bug in C++ mode

  * contrib/hbssl/hbssl.h
  * contrib/hbssl/rsa.c
    * added HB_SSL_CONST_BYTE() macro to pacify unconst warnings
      in old SSL versions

  * src/rdd/wacore.c
    * inlined macro to pacify still returning false warning
2024-01-28 12:50:51 +01:00
..

/*
 * The following parts are Copyright of the individual authors.
 *
 * Copyright 2005 Francesco Saverio Giudice <info@fsgiudice.com>
 *    README file explaining howto compile FreeImage library
 *
 * See COPYING.txt for licensing terms.
 *
 */

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

FreeImage Project's web site is http://freeimage.sourceforge.net/

USAGE
=====

Add hbfimage.hbc to your hbmk2 project.

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.