About Wrapper |
|
The wrapper provides two basic features. First of all, in
"FreeImage.pas" unit declared all the types, procedures and functions used by the library.
This functions and types can be used for direct work with library.
And second, "FreeBitmap.pas" unit contains several classes which are incapsulates FreeImage data types, such as FIBITMAP, FIMULTIBITMAP, FITAG.
This classes helps to organize work with library.
Currently the wrapper supports Delphi 5-7 and FreeImage 3.8.0 or higher.
|