MODULE NAME : rgbseq
INPUTS : image 2D 4-vector byte
OUTPUTS : a series of rgb images
PARAMETERS : base filename
frame number
MODULE DESCRIPTION :
This module writes a series of images in the rgb format from
an AVS Network. The file names are constructed from the base
file name and the frame number as such ..rgb The frame number is padded to the left with "0"
to allow proper sequencing of frames. The intent of this is
to allow conversion of a sequence of images into the rgb format
for video production.
FILE TYPE DESCRIPTION :
The RGB file is the standard SGI dump file and can be used
with many of the SGI frame facilities
FILE RECOGNITION
rgb files are recognized by the filename suffix: .rgb
NOTE :
This module requires that libim.a and libsdsc.a be installed in
the /usr/lib directory for compilation with the given Makefiles.
Both of these libraries can be obtained through anonymous ftp to
sdsc.edu. For more information, send email to info@sdsc.edu.
CREDITS
-------
BASE MODULE AUTHOR: Terry Myerson
International AVS Center
North Carolina Supercomputing Center
avs@ncsc.org
SEQUENCING CHANGES: Mike Rangitsch
Dow Chemical
u35018@u2.ncsa.uiuc.edu
This module is entirely based upon the San Diego Supercomputing Center's
Image Tool library.