home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / graphics / animatio / 1568 < prev    next >
Encoding:
Internet Message Format  |  1993-01-11  |  2.1 KB

  1. Path: sparky!uunet!spool.mu.edu!howland.reston.ans.net!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!matt.ksu.ksu.edu!news
  2. From: dudley@matt.ksu.ksu.edu (D U D L E Y)
  3. Newsgroups: comp.graphics.animation
  4. Subject: Re: pov-ray ... help sought
  5. Date: 11 Jan 1993 15:21:31 -0600
  6. Organization: Kansas State University
  7. Lines: 42
  8. Message-ID: <1isocrINNaf1@matt.ksu.ksu.edu>
  9. References: <1993Jan11.092841@IASTATE.EDU>
  10. NNTP-Posting-Host: matt.ksu.ksu.edu
  11. Keywords: povray, unix, gif
  12.  
  13. gopi@IASTATE.EDU (Katra G Gopichand) writes:
  14.  
  15. >I am just starting off on using pov-ray. Please forgive this dumb question.
  16. >I am using the UNIX version which outputs a file in the dump(?) format with
  17. >a *.dis extension. Could anyone please post or reply as to how to convert
  18. >this to the gif format or view it in any other fashion.
  19.  
  20. From the documentation:
  21.  
  22. #       Table 1-1 Command Line Parameters
  23. #       Parameter.....|.....Range.....|...Description..............
  24. #       -----------------------------------------------------------
  25. ...
  26. #       +f(?)         | t, d or r     | Output file format:
  27. #                     |               |   Targa, dump or raw.
  28. ...
  29. #       Unless file output is disabled (-f) POV-Ray will create an
  30. #       image file of the picture. This output file describes each
  31. #       pixel with 24 bits of color information. Currently, three
  32. #       output file formats are directly supported:
  33. #
  34. #       +ft - Uncompressed Targa-24 format (IBM-PC Default)
  35. #       +fd - Dump format (QRT-style)
  36. #       +fr - Raw format - one file each for Red, Green and Blue.
  37.  
  38. I would recommend using the targa output. I usually do the following to
  39. convert a targa file to gif:
  40.  
  41. tgatoppm output.tga | ppmquant 256 | ppmtogif > output.gif
  42.  
  43. The ppm (portable pixmap) utilities are a part of the pbmplus package
  44. which is available at many ftp sites (ask archie) if it isn't already
  45. installed on your system.
  46.  
  47. Other people may do it using different utilities, but this way is fairly
  48. common and straightforward.
  49.  
  50. [ followups redirected to comp.graphics ]
  51.  
  52. -- 
  53.                                                     John "Dudley" Hunkins
  54.                                                   dudley@matt.ksu.ksu.edu
  55.