TImage

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules >

TImage

 

Description

 

This module provide support for loading and displaying images in various formats.

The following formats are supported: BMP, ICO, JPG, TGA, PNG and TIFF.

 

How to use this module

 

Inside your script, before calling any module specific keyword, add the following:

 

USES "TImage"

 

This directive will load the module and add the following new keywords and relevant module equates.

 

 

 

Important notes about TImage module

 

TImage module is based on PBIMAGE.DLL library by Dean Hodgson