IM: Library Management
From IM - An Imaging Tool
Library Management
[Utilities]
Detailed Description
- Usefull definitions for about dialogs and for checking the compiled version with the linked version for dynamic libraries.
- See im_lib.h
|
Defines |
|
#define | IM_AUTHOR "Antonio Scuri" |
|
#define | IM_COPYRIGHT "Copyright (C) 1994-2005 Tecgraf/PUC-Rio and PETROBRAS S/A" |
|
#define | IM_VERSION "3.0.4" |
|
#define | IM_VERSION_DATE "2005/07/18" |
| #define | IM_VERSION_NUMBER 300004 |
Functions |
| const char * | imVersion (void) |
| const char * | imVersionDate (void) |
| int | imVersionNumber (void) |
Define Documentation
| #define IM_VERSION_NUMBER 300004 |
|
|
|
Library release number used in the compilation time.
You can compare this with the value returned by imVersionNumber. |
Function Documentation
| const char* imVersion |
( |
void |
|
) |
|
|
|
|
Returns the library current version. |
| const char* imVersionDate |
( |
void |
|
) |
|
|
|
|
Returns the library current version release date. |
| int imVersionNumber |
( |
void |
|
) |
|
|
|
|
Returns the library current version number. |