home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / graphics / 9030 < prev    next >
Encoding:
Internet Message Format  |  1992-08-20  |  754 b 

  1. Path: sparky!uunet!gumby!wupost!waikato.ac.nz!jhallina
  2. From: jhallina@waikato.ac.nz
  3. Newsgroups: comp.graphics
  4. Subject: converting bitmap data to object data
  5. Message-ID: <1992Aug21.112431.10271@waikato.ac.nz>
  6. Date: 21 Aug 92 11:24:31 +1200
  7. Organization: University of Waikato, Hamilton, New Zealand
  8. Lines: 20
  9.  
  10. I'm looking at writing a small report on converting bitmap data to
  11. object data.
  12.  
  13. For example, I have the bitmap data for a circle ie
  14.  
  15.                 0000000000
  16.                 0000111000
  17.                 0001000100
  18.                 0001000100
  19.                 0000111000
  20.                 0000000000
  21.  
  22. Now, I would like to be able to convert this to something like:
  23.     OBJECT 1: CIRCLE (x 6,y 6, radius 3)
  24.  
  25. Is anyone able to send me some information or point me in the direction of some
  26. books or magazine articles?
  27.  
  28. Thanks
  29.  
  30.