home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Survival Kit / Chip_Special_Survival_Kit_fuer_PC_Anwender.iso / 03grafik / gds / gdscmd.txt < prev    next >
Text File  |  1994-09-01  |  5KB  |  117 lines

  1.  *** Press a key or click the mouse to exit. ***  (This file is GDSCMD.TXT)
  2. ██████████████████████████████████████████████████████████████████████████████
  3. █████ COMMAND LINE OPTIONS (upper or lower case usually does not matter) █████
  4. ██████████████████████████████████████████████████████████████████████████████
  5.  
  6.     SPECIAL NOTE:  You can make any of these command line parameters into
  7.     defaults by adding "auto,<command line parameters>" to the GDSUSER.CFG
  8.     file.  See the GDSUSER.CFG file for more information.
  9.  
  10.  
  11.  /!<n>  - Enable/disable beep after display of image (0=disable, 1=enable)
  12.  
  13.  /A<n>  - Antialiasing level (0=none, 1=horizontal only, 2=much good)
  14.  
  15.  /B<n>  - Default mouse mode (0=Character, 1=Bitmapped)
  16.  
  17.  /C<n>  - Set number of bits in DAC chip (or 0 to use BIOS palette calls)
  18.  
  19.  /D<n>  - Set default dither mode (0=none, 1=50%%, 2=25%%/75%%; default=1)
  20.  
  21.  /E<n>  - Set image/screen fit mode (0=norm, 1=fit)
  22.  
  23.  /F#### - Set options for file display: Ext/Resl/Bits/FileSize
  24.  
  25.  /G<n>  - Set default graphics mode <n> from GDS.CFG file (sequential)
  26.  
  27.  /H /?  - Display this help screen (or /?)
  28.  
  29.  /I<n>  - Set interlaced fill mode (normally on; fills image while decoding)
  30.  
  31.  /K<n>  - Display GIF comments after image read (1=display comments, 0=none)
  32.  
  33.  /L<n>  - Set default state of catalog label option
  34.  
  35.  /M<n>  - Maximum colors to use during color reduction (16-256; default=256)
  36.  
  37.  /N<str>- Set printf filename template for output files (default="GDS%%03d")
  38.  
  39.  /O<n>  - Set sort flag for slideshow (0=no sort, 1=sort files)
  40.  
  41.  /P<n>  - Automatically generate catalogs and write as GIF's
  42.  
  43.  /Q<x>_<y>_<name> Add logo to automatic catalogs (use with /P<n>)
  44.  
  45.  /R<n>  - Set default resolution 'Lock' mode (0=AutO, 1=LOck)
  46.  
  47.  /S     - Slideshow mode (no user interface, just automatic slideshow)
  48.  
  49.  /T<n>  - Set default text mode <n> from GDS.CFG file
  50.  
  51.  /U<n>  - Set default catalog border state (0=off, 1=on)
  52.  
  53.  /V<n>  - Set vertical orientation file display (0=horiz, 1=vert)
  54.  
  55.  /W<n>  - Automatically write catalogs GDS<n++>.GIF after first screen
  56.  
  57.  /X     - Exit to DOS after displaying image, but leave graphics mode up
  58.  
  59.  /Z<n>  - Set slideshow delay in 100ths of seconds: Default is 300 (3 seconds)
  60.  
  61.  /#<lpt#:> - Set filename of printer device (ie:  /#LPT2 ; default is /#PRN)
  62.           NOTE: The printer must be configured correctly to avoid the annoying
  63.           error messages.
  64.  
  65.  /=<bn> - Set default red/green/blue/contrast/brightness/color/sharpness
  66.             /=R<n> - Default red level (+/- 255)
  67.             /=G<n> - Default green level
  68.             /=B<n> - Default blue level
  69.             /=C<n> - Default contrast (+/- 255)
  70.             /=+<n> - Default brightness (+/- 255)
  71.             /=L<n> - Default color level (+/- 255)
  72.             /=S<n> - Default 24 bit sharpening level (0-10+)
  73.             /=H<n> - Default hue setting (0-255)
  74.  
  75.  /~A<n> - Use white backgrounds for catalogs.  Default is white (1).
  76.  
  77.  /~B<n> - Turn off automatic centering of slideshows. (Default=1).
  78.             To turn off centering, use /~B0
  79.  
  80.  /~E<n> - Inhibit slideshow screen erase between similar images (FAST)
  81.  
  82.  /~F<n> - Enable color proximity elimination in color reduction process
  83.  
  84.  /~G<n> - Generate optimized grayscale palettes (G1, default=G0)
  85.  
  86.  /~L<n> - Set initial length of dynamic file list cache size for GDS.  The
  87.             maximum number of files GDS can handle is 2848.  The default for
  88.             this option is 200.  You may save a very small amount of RAM by
  89.             setting this number lower if you use GDS with fewer than 150 files
  90.             at a time.  Setting this number to 50 will save 3450 bytes of RAM.
  91.             As the file list grows, GDS may run out of memory, which will stop
  92.             GDS from adding valid files to the file list.  This should not
  93.             happen unless GDS is trying to deal with thousands of files. Paths
  94.             are handled separately and there is no practical limit to the
  95.             number of concurrent paths GDS can handle.
  96.  
  97.  /~O<n> - Set default file sort mode (0=name/1=size/2=bits/3=res/4=extn)
  98.  
  99.  /~R<n> - Force aspect ratio of all catalog files to 1:1
  100.  
  101.  /~Z<n> - Always try to write new files to startup path
  102.  
  103.  /<vid> - Set video chipset support (see GDS.CFG file for list of names)
  104.  
  105.  /512   - Assume video card has at least 512K
  106.  
  107.  /1M    - Assume video card has enough memory for any video mode
  108.  
  109.  @<file> - Read file list from text file: <file>  (ie:  GDS @file.lst )
  110.  
  111.  
  112.  
  113.  
  114.  
  115. ██████████████████████████████████████████████████████████████████████████████
  116.                  END OF GDSCMD.TXT - Thank you for choosing GDS.
  117.