home *** CD-ROM | disk | FTP | other *** search
/ World of Graphics / WOGRAPH.BIN / 618.READ.ME < prev    next >
Text File  |  1992-02-06  |  3KB  |  65 lines

  1. OVERVIEW
  2. --------
  3.     o    RayShade 4.0 patchlevel 2 for MS-DOS
  4.     o    Needs 386 w/ 387 or 486 (32bit CPU).
  5.     o    Needs VCPI memory manager or DOS memory (NO HIMEM.SYS)
  6.     o    Output MTV files
  7.     o    Does not support Utah RLE, yet.
  8.     
  9.  
  10. DETAIL
  11. ------
  12.  
  13.  
  14.     Well, here it is version 2 of the ms-dos port of rayshade 4.0 
  15. patchlevel 2. It had a problem with redirecting the output to a file 
  16. in MS-DOS. It looks like MS-DOS helps you out by adding a carriage
  17. return for every line feed. This really screws up the output of binary
  18. files.
  19.  
  20.     Anyhow, here's some information on what you need to get this thing
  21. working. First thing you need a either 80386 (with a 80387) or 80486. This
  22. will only work on 32-bit machines (it uses djgcc's port of GNU C). It also
  23. needs either no memory manager (no himem.sys) or a VCPI compatable memory 
  24. manager (such as QEMM or 386MAX). Himem.sys does not work with this program,
  25. in fact it will not run with it at all (it will say that the processor must
  26. be in real mode). 
  27.  
  28.     To run the program you have to have the program GO32.EXE in the
  29. path somewhere. This program is part of the DJGCC GNU C port. This is 
  30. used to load the program. 
  31.  
  32.     This version of the rayshade program will only output MTV files. I
  33. have not yet tried to compile the Utah RLE toolkit into it. I will be working
  34. on that next. I have included a crude conversion program that will convert
  35. MTV files to Targa files. I suggest that you look into getting a copy of
  36. Image Alchemy (available on wustl.wuarchive.edu 128.252.135.4, simtel
  37. or oak.oakland.edu as alchemy15.zip). This program will allow you to view
  38. the files or convert to a lot of other graphics formats. Alchemy will also
  39. let you compress the images using JPEG, which will convert a 1 meg image to
  40. something like 20-30k. Alchemy will also view images using hi-color or sierra
  41. vga boards (for 32000 colors). I also use a program call CSHOW to view images, 
  42. CSHOW will view Targa images. The public JPEG code also works with the targa
  43. file format. This program is available from ftp.uu.net in /graphics/jpeg. I
  44. do not support any of these programs I just know they worked when I tried them.
  45.  
  46.     The source code is available, I just have not had time to upload it.
  47. If anybody really needs it bad I will upload it, otherwise I'll wait until
  48. I get the RLE stuff working. BTW, to compile this you need DJGCC GNU C
  49. version 1 patchlevel 5. This requires about 5.6 meg of disk space.
  50.  
  51.     This port was based on the work done by Tom Hite. He provided makefiles 
  52. and conversion of the filenames to MS-DOS's 8.3 format. I changed the 
  53. redirection to output an error message and made all of the file input / output 
  54. use binary files (to prevent the skewing of images).
  55.  
  56.     I'd like to thank Stephen Peter (85B0022@csdvax.csd.unsw.edu.au) for
  57. helping discover and debug the redirection error.
  58.  
  59.     Newest version of these files should be available from 
  60. WEEDEATER.MATH.YALE.EDU.
  61.  
  62. eric w. ziegenfus
  63. ziegenfE@moravian.edu
  64. ...!rutgers!lafcol!batman!ziegenfE
  65.