home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!ferkel.ucsb.edu!taco!gatech!usenet.ins.cwru.edu!agate!doc.ic.ac.uk!warwick!uknet!edcastle!festival!asm
- From: asm@festival.ed.ac.uk (M Smyth)
- Newsgroups: comp.graphics
- Subject: Anti-A Code
- Summary: C code for Anti-Aliasing
- Keywords: Aliasing,C
- Message-ID: <30890@castle.ed.ac.uk>
- Date: 27 Jan 93 18:56:43 GMT
- Sender: nntpusr@castle.ed.ac.uk
- Lines: 5
-
- Could anyone help in a problem I have? I have writen code in C to draw
- lines one the screen, unfortunately the lines are jagged. The code I'm
- using uses putpixel(x, y, color), how can I change the coding so that
- the various pixels around the specified pixel are set to the same colour
- but of a different intensity and thus giving me smoother lines?
-