31 lines
648 B
Plaintext
31 lines
648 B
Plaintext
Gif2Iris
|
|
--------
|
|
|
|
Program to display images saved as GIF files under SGI NeWs window system.
|
|
|
|
|
|
Usage:
|
|
------
|
|
|
|
Gif2Iris [-q] [-f] [-p PosX PosY] [-f] [-h] GifFile
|
|
|
|
If no GifFile is given, Gif2Iris will try to read stdin for GIF file.
|
|
|
|
|
|
Memory required:
|
|
----------------
|
|
|
|
Screen.
|
|
|
|
|
|
Options:
|
|
--------
|
|
|
|
1. [-q] : quite mode. Default off on MSDOS, on on unix. Controls printout
|
|
of running scan lines. Use -q- to turn off.
|
|
4. [-f] : Force Gif2Iris to stay in foreground.
|
|
2. [-p PosX PosY] : defines position of image on screen. By default the
|
|
program will prompt for position.
|
|
5. [-h] : print one command line help, similar to Usage above.
|
|
|