IM: Library Management

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.1.0"
#define IM_VERSION_DATE   "2005/12/12"
#define IM_VERSION_NUMBER   301000

Functions

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

Define Documentation

#define IM_VERSION_NUMBER   301000
 

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.

im.Version() -> version: string [in Lua 5] 

const char* imVersionDate void   ) 
 

Returns the library current version release date.

im.VersionDate() -> date: string [in Lua 5] 

int imVersionNumber void   ) 
 

Returns the library current version number.

im.VersionNumber() -> version: number [in Lua 5]