home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / graphics / 12937 < prev    next >
Encoding:
Text File  |  1992-12-15  |  1.1 KB  |  29 lines

  1. Newsgroups: comp.graphics
  2. Path: sparky!uunet!areyes!deano
  3. From: deano@areyes.com (Dean Carpenter)
  4. Subject: Re: Raytrace and RLE
  5. Message-ID: <1992Dec15.140839.10905@areyes.com>
  6. Reply-To: deano@areyes.areyes.com (Dean Carpenter)
  7. Organization: Areyes, Inc.
  8. References: <1992Dec10.054520.5379@ornl.gov>
  9. Date: Tue, 15 Dec 1992 14:08:39 GMT
  10. Lines: 17
  11.  
  12. In article <1992Dec10.054520.5379@ornl.gov> ajwright@sacam.OREN.ORTN.EDU (Albert J Wright) writes:
  13. >
  14. >    I used "rletogif file.rle > file.gif" and all I keep getting is
  15. >"file.gif is not an RLE file" Am I doing something incredibly stupid or is
  16.  
  17.   The problem is that the .rle file is a 24bit color file, one byte each
  18. for red, green and blue, while .gif is a 256 colors only, or 8bit file.
  19. You need to quantize the .rle file down to only 256 colors.
  20.  
  21.   Use to8, mcut or rlequant.  If you have the pbmplus package, you can also
  22. convert to ppm format with rletoppm and then use ppmquant.
  23.  
  24. -- 
  25. Dean Carpenter        uunet!areyes!deano        (203) 847-6003
  26. Areyes, Inc.        deano@areyes.com
  27.  
  28. "No matter where you go, there you are"  sayeth Buckaroo                                  across the Eighth Dimension
  29.