在image上画圆时边缘出现锯齿现象,如何把边缘变的圆滑.

解决方案 »

  1.   

    反走样也只是程度问题较好的是用OpenGL 函数
      

  2.   

    Rough Around the Edges -- Antialiasing in Delphi by Rod Stephens, Delphi Informant, April 1998, pp. 60-64.
    www.informant.com/delphi, File Downloads, Delphi 3, DI9804RS.ZIP or
    www.informant.com/libs/delphi/3x/di9804rs.zip 
    SmoothLn. Antialiasing picture/image component.
    www.razorsedgesoft.com/delphi.htm Chris Hill's UseNet Post about Antialiased FontsHarman's UseNet Post showing Delphi code to rotate an image any angle, with edge wrapping, and anti-aliasing. Resamples a 24-bit bitmap to half its original size by averaging the RGB values of 4 pixels into one pixel (anti-aliasing).  http://norfolkgraphics.com/download/antialias.zip