home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!gumby!wupost!waikato.ac.nz!jhallina
- From: jhallina@waikato.ac.nz
- Newsgroups: comp.graphics
- Subject: converting bitmap data to object data
- Message-ID: <1992Aug21.112431.10271@waikato.ac.nz>
- Date: 21 Aug 92 11:24:31 +1200
- Organization: University of Waikato, Hamilton, New Zealand
- Lines: 20
-
- I'm looking at writing a small report on converting bitmap data to
- object data.
-
- For example, I have the bitmap data for a circle ie
-
- 0000000000
- 0000111000
- 0001000100
- 0001000100
- 0000111000
- 0000000000
-
- Now, I would like to be able to convert this to something like:
- OBJECT 1: CIRCLE (x 6,y 6, radius 3)
-
- Is anyone able to send me some information or point me in the direction of some
- books or magazine articles?
-
- Thanks
-
-