- Raster images MUST be in Silicon Graphics rgb format.
- Raster image files MUST be 640x480.
- Images can have up to 24-bit color.
- Images should list alphabetically in the order they are to be recorded.
Like this: NOT like this:
frame01.rgb frame1.rgb
frame02.rgb frame10.rgb
frame03.rgb frame11.rgb
. . . . . .
frame10.rgb frame2.rgb
frame11.rgb frame20.rgb
- If your files are not in Silicon Graphics rgb format,
use
imconv to convert them. You can obtain
imconv as part of the San Diego Super Computer
Center's imtools package for UNIX computers from the location
ftp://ftp.sdsc.edu/pub/sdsc/graphics/imtools/, where you can
also obtain the source code to compile on other computers.
You may also want to investigate the raster image tools described in the
list of Web Development Software available at the UNRSL.
imconv understands:
bmp Microsoft Windows bitmap image file
cur Microsoft Windows cursor image file
eps Adobe Encapsulated PostScript file
gif Compuserve Graphics image file
hdf Hierarchical Data File
ico Microsoft Windows icon image file
icon Sun Icon and Cursor file
iff Sun TAAC Image File Format
mpnt Apple Macintosh MacPaint file
pbm PBM Portable Bit Map file
pcx ZSoft IBM PC Paintbrush file
pgm PBM Portable Gray Map file
pic PIXAR picture file
pict Apple Macintosh QuickDraw/PICT file
pix Alias image file
ppm PBM Portable Pixel Map file
pnm PBM Portable aNy Map file
ps Adobe PostScript file
ras Sun Rasterfile
rgb SGI RGB image file
rla Wavefront raster image file
rle Utah Run length encoded image file
synu SDSC Synu image file
tga Truevision Targa image file
tiff Tagged image file
viff Khoros Visualization image file
x AVS X image file
xbm X11 bitmap file
xwd X Window System window dump image file
- Note that imconv does not understand the JPEG or MPEG formats.
Under X-Windows you can run the
xv program to display images
and convert them between JPEG and the Sun raster, PBM, and TIFF formats.
- To find out more about file formats the convertion software understands use the imformats command:
acrobat 66% imformats
acrobat 66% imformats -long -gif
- To find out what a type of file you have use the imfile command:
acrobat 66% imfile -long rg.tif
rg.tif: 'tiff', Tagged image file, Aldus, MicroSoft, and NeXT
Version: 42
Byte Order: Most Significant Byte First
Image: 1
Description: none
Resolution: 384 x 512
Type: 24 bit RGB
Plane Configuration: Chunky (Contiguous)
Color Table: none
Compression Type: none (Dump)
Alpha Channel: none
- To convert to rgb use imconv:
acrobat 67% imconv rg.tif rg.rgb
- If your file is not 640x480.
- Consider recreating it at the correct resolution.
- If the image is too big:
- If the image is too small:
- There is a sample script called
convert_template,
that you can use to help you convert your files to the form needed to record.
Execute csh convert_template after copying the script and
editing it for your set of frames.