VisionX V4VXTOTIFFVisionX V4
NAME

vxtotiff − generate tiff format for image sequences

SYNOPSIS

vxtotiff [if=<infile>] [of=<outfile>] [e=<file extension>] [r=<value>] [d=] [-v]

DESCRIPTION

Vxtotiff converts VisionX image sets (with file markers) into a set of separte tiff image files each file containing a single image. This is useful for exporting video image sequences to other programs; especially those designed for the Windows platoform. Starting with image number 1, a three digit sequnece number is added to each file and a .tif extension. For example, a three frame image sequence given "of=bar" would generate three files having the names: bar001.tif, bar002.tif, and bar003.tif.

CONSTRAINTS

Only uncompressed tif images are supported.

OPTIONS

e=<file extenion>

Specify the file extension (the default for mutiple frames is .tif. there is no automatic extension for a single image)

r=<value>

Specify the number of times to repeat each image. This is useful for creating slow image annimations without interpolation between frames.

d=<value>

Set the number of digits on created file names (default is 3)

-v

Set the verbose mode in which vxtotiff reports its progress.

AUTHOR

A. P. Reeves