IM: Library Management

IM - Imaging Libray

Library Management


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-2004 Tecgraf/PUC-Rio and PETROBRAS S/A"
#define IM_VERSION   "3.0.3"
#define IM_VERSION_DATE   "2004/10/14"
#define IM_VERSION_NUMBER   300003

Functions

const char * imVersion (void)
const char * imVersionDate (void)
int imVersionNumber (void)

Define Documentation

#define IM_VERSION_NUMBER   300003
 

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.