Files
harbour-core/contrib/hbfimage/readme.txt
Viktor Szakats 3ed9fa0f45 2016-01-14 19:33 UTC+0100 Viktor Szakats (vszakats users.noreply.github.com)
* *
    % remove brandings and homepage from copyright header. Pass 2 - semi-auto.
    * project homepage and name is described in README, amongst others
    ; this should make the diff between 3.4 and 3.2 easier to manage
2016-01-14 19:35:07 +01:00

31 lines
695 B
Plaintext

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