1 Attachment(s)
Tutorial - Anti-Alias Pixels
Introduction:
This tutorial will teach you how to draw anti-aliased (AA) pixels.
For those who don't know what an anti-aliased pixel is, here's an explenation:
When drawing pixels you are limited to the resolution of the monitor, but with
AA-pixels you can simulate that you draw pixels inbetween the actual monitor pixels.
This will result in a really smooth look of anything you draw in your program.
I will keep this tutorial as simple as i can, and i will not use any API because
that might be hard to follow for anyone that is not that experienced with Visual Basic.
I will however attach a fast exaple using API in the last part.
Here's an image that shows what AA looks like.
http://www.vbforums.com/attachment.p...postid=1662906
1 Attachment(s)
Re: Tutorial - Anti-Alias Pixels
Thanks for the tute on antialiasing pixels. I have been playing around with different antialiasing modules, but have not properly understood how these work. I had a rough idea, but hopefully your tute will help with the understanding of the underlying code. I have a module created by another programmer on Planet Vb, which antialiases lines of various thicknesses and opacities. I will attach it for you to have a browse. Thanks once again for your informative tutorial.