home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / graphics / 12970 < prev    next >
Encoding:
Text File  |  1992-12-16  |  803 b   |  21 lines

  1. Newsgroups: comp.graphics
  2. Path: sparky!uunet!cis.ohio-state.edu!news.sei.cmu.edu!fs7.ece.cmu.edu!ansoft.com!gupta
  3. From: gupta@ansoft.com (Suvajit Gupta)
  4. Subject: Compression of plot data
  5. Message-ID: <BzDCpG.M58@ansoft.com>
  6. Organization: Ansoft Corp. Pittsburgh
  7. Date: Wed, 16 Dec 1992 20:24:52 GMT
  8. Lines: 11
  9.  
  10.  
  11. I need to plot a graph with a very large number of points (15,000+)
  12. on a screen/printer with a much lower resolution (say 1000x1000).
  13. Joining all the input points is very wasteful and verbose since most
  14. of the line segments don't even span a pair of adjacent pixels.  Is
  15. there some standard method for compressing the input data to weed out
  16. points that wouldn't affect the graphical display noticeably?  One
  17. idea I had is to throw away the interior points of a run of nearly
  18. colinear points.
  19.  
  20.  
  21.