Package numdisplay :: Module imconfig
[show private | hide private]
[frames | no frames]

Module numdisplay.imconfig

Version 1.0alpha - 9-Oct-2003 (WJH)

loadImtoolrc (imtoolrc=None):
    Locates, then reads in IMTOOLRC configuration file from
    system or user-specified location, and returns the 
    dictionary for reference. 

    The table gets loaded into a dictionary of the form:
        {configno:{'nframes':n,'width':nx,'height':ny},...}
    It can then be accessed using the syntax:
        fbtab[configno][attribute]
    For example:
        fbtab = loadImtoolrc()
        print fbtab[34]['width']
        1056 1024

Function Summary
  help()
  loadImtoolrc(imtoolrc)
Locates, then reads in IMTOOLRC configuration file from system or user-specified location, and returns the dictionary for reference.

Function Details

loadImtoolrc(imtoolrc=None)

Locates, then reads in IMTOOLRC configuration file from system or user-specified location, and returns the dictionary for reference.

Generated by Epydoc 2.1 on Fri Mar 14 13:21:48 2008 http://epydoc.sf.net