Petr Schreiber
10-12-2009, 18:06
Thanks to kind permission of José Roca,
I publish here ThinBASIC version of his excellent PowerBASIC headers for FreeImage.
FreeImage is an Open Source library project for developers who would like to support popular graphics image formats like PNG, BMP, JPEG, TIFF and others as needed by today's multimedia applications. FreeImage is easy to use, fast, multithreading safe, compatible with all 32-bit versions of Windows, and cross-platform (works both with Linux and Mac OS X).
Web site: http://freeimage.sourceforge.net/intro.html
The attached file contains thinbasic_FreeImage.inc, an include file with the constants, structures and declarations to use FreeImage.dll with the ThinBASIC interpreter:
#include "thinbasic_freeImage.inc"
I publish here ThinBASIC version of his excellent PowerBASIC headers for FreeImage.
FreeImage is an Open Source library project for developers who would like to support popular graphics image formats like PNG, BMP, JPEG, TIFF and others as needed by today's multimedia applications. FreeImage is easy to use, fast, multithreading safe, compatible with all 32-bit versions of Windows, and cross-platform (works both with Linux and Mac OS X).
Web site: http://freeimage.sourceforge.net/intro.html
The attached file contains thinbasic_FreeImage.inc, an include file with the constants, structures and declarations to use FreeImage.dll with the ThinBASIC interpreter:
#include "thinbasic_freeImage.inc"