home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / graphics / drawutah.zoo / drawutah.doc next >
Text File  |  1991-10-21  |  2KB  |  66 lines

  1. Utah RLE viewer v1.0  (C) Copyright 1991, Speter Software.
  2.  
  3. This program will display Utah RLE images on (most) SVGA displays.
  4. Utah RLE images are produced by the Rayshade raytracing program!
  5.  
  6. The program was written using Borland's Turbo Pascal v6.0.
  7.  
  8.  
  9. svga256.bgi is COPYRIGHT 1991, JORDAN HARGRAPHIX SOFTWARE
  10. for more info read svga256.doc, the "readme" file from svgabgi3.zip.
  11. (svgabgi3.zip is available from the simtel and garbo archives)
  12. ________________________________________________________________________
  13.  
  14. Usage:  drawutah image.rle [ini-file]
  15.  
  16. where "image.rle" is the Utah rle file to be displayed.
  17.       "ini-file"  is the initialisation file (detailed below).
  18.  
  19. The initialisation file "ini-file" contains two lines:
  20. -----------
  21. bgipath
  22. maxmode 4
  23. -----------
  24. If an initialisation file is not specified the defaults (detailed below)
  25. are used.
  26.  
  27. The "bgipath" entry can be used to specify the location of "svga256.bgi",
  28. the default location is in the current directory.
  29.  
  30. The "maxmode" entry can be used to specify to highest resolution possible
  31. using your card/display.  Use the table below to select the appropriate
  32. value, the default is 4  (1024x768x256).
  33.  
  34.         maxmode = max available SVGA mode (with 256 colours)
  35.            0      320 x 200
  36.            1      640 x 350
  37.            2      640 x 480
  38.            3      800 x 600
  39.  default = 4     1024 x 768
  40. ________________________________________________________________________
  41.  
  42. Please note that there are a number of image formats called "RLE":
  43.      - compuserve RLE images,
  44.      - (ms)windows RLE images, and
  45.      - utah RLE images.
  46.      (there are probably others I don't know about).
  47.  
  48. As stated above, my program will only display Utah RLE images.
  49.  
  50. For more information on Utah RLE images, get a copy of the Utah Raster
  51. Toolkit (this is available from a number of anon. ftp sites including
  52. freebie.engin.umich.edu and weedeater.math.yale.edu)
  53. ________________________________________________________________________
  54.  
  55. Enjoy!    Stephen Peter  21 Oct 91
  56.  
  57. If you have any comments (or bug reports) please contact me via one of the
  58. addresses below.
  59.  
  60. Email:  steve@cad0.arch.unsw.oz.au  ( or steve@keystone.arch.unsw.oz.au )
  61.  
  62. Post:   PO Box 643
  63.         Lane Cove
  64.         NSW 2066
  65.         Australia
  66.