AnimFile

DESCRIPTION

Generate sequences of filenames filenames, using two strings and an integer. Has 6 different styles - eg

1. <file><n><ext> 2. <file>042<ext> 3. <file>0042<ext> 4. <n><file><ext> 5. 042<file><ext> 6. 0042<file><ext>

So for example to make the sequence junk.0001.rgb, junk.0002.rgb, ..... you would have in_filename = "junk." ext = ".rgb" and style = file<nnnn>.

Typically the module will is used in conjuction with a timer module hooked to the value paramter. eg

Timer---->AnimFile------>ReadImg

INPUTS

WIDGETS

Port: style
Type: Option Menu
Menu Item: file<n>
Menu Item: file<nnn>
Menu Item: file<nnnn>
Menu Item: <n>file
Menu Item: <nnn>file
Menu Item: <nnnn>file
Determines the style of the output filename.

Port: value
Type: Slider
the sequence value, typically hooked to the timer module for automatic use

Port: in_filename
Type: Text
body of filename

Port: ext
Type: Text
filename extenstion

Port: out_file
Type: Text
The resulting filnename, typically hooked to the file parameter of another module.

OUTPUTS

PROBLEMS

May need to be changed after the widget firing problem in explorer 1.0 is fixed ?

SEE ALSO

Timer Workbench
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996