IM: Library Management

IM - An Imaging Tool

Library Management
[Utilities]


Detailed Description

Usefull definitions for about dialogs and for comparing the compiled version with the linked version of the library.
im._AUTHOR [in Lua 5] 
im._COPYRIGHT [in Lua 5] 
im._VERSION [in Lua 5] 
im._VERSION_DATE [in Lua 5] 
im._VERSION_NUMBER [in Lua 5] 
im._DESCRIPTION [in Lua 5] 
im._NAME [in Lua 5] 
See im_lib.h


Defines

#define IM_AUTHOR   "Antonio Scuri"
#define IM_COPYRIGHT   "Copyright (C) 1994-2007 Tecgraf/PUC-Rio and PETROBRAS S/A"
#define IM_VERSION   "3.3.0"
#define IM_VERSION_NUMBER   303000
#define IM_VERSION_DATE   "2007/11/26"
#define IM_DESCRIPTION   "Image Representation, Storage, Capture and Processing"
#define IM_NAME   "IM - An Imaging Toolkit"

Functions

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

Function Documentation

const char* imVersion void   ) 
 

Returns the library current version. Returns the definition IM_VERSION.

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

const char* imVersionDate void   ) 
 

Returns the library current version release date. Returns the definition IM_VERSION_DATE.

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

int imVersionNumber void   ) 
 

Returns the library current version number. Returns the definition IM_VERSION_NUMBER.
Can be compared in run time with IM_VERSION_NUMBER to compare compiled and linked versions of the library.

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