CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: antialiasing

  1. #1
    Join Date
    Oct 2005
    Posts
    2

    antialiasing

    i want an efficient antialiased line drawing algorithm.Please help me.

  2. #2
    Join Date
    Nov 2003
    Location
    Belgium
    Posts
    8,150

    Re: antialiasing

    Do you need the algorihtm or just a piece of code that does it for you?
    GDI+ has antialiased drawing, or take a look at Antigrain geometry library which is a powerfull free library for antialiased and sub-pixel accurate drawing.
    Marc Gregoire - NuonSoft (http://www.nuonsoft.com)
    My Blog
    Wallpaper Cycler 3.5.0.97

    Author of Professional C++, 4th Edition by Wiley/Wrox (includes C++17 features)
    ISBN: 978-1-119-42130-6
    [ http://www.facebook.com/professionalcpp ]

  3. #3

    Re: antialiasing

    For simple anti aliasing feature,you can use basic GDI+ to solve it,for complex visio like application,you can also consider to use other third flow/diagram kit to do it also,it contains professional look,such as E-XD++ MFC Library,you can find it with:
    http://www.********.net/XDFeature/feature42.htm

    Hope it is useful to you.
    Andy

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured