Learn about an algorithm to calculate this intriguing and important data structure in computer graphics.
Delaunay Triangles
Published 12/28/2004
Learn about an algorithm to calculate this intriguing and important data structure in computer graphics.
Use adaptive color quantization to create better GIF files with GDI+.
Despite its somewhat confusing name, Unsharp Mask is an important procedure to enhance the quality of bitmap pictures. The QGaussFilter class performs Unsharp Mask, and more. (The project code was updated.)
Learn everything you always wanted to know about your bitmap pictures, and more, with QImageProperties.
Build an extended CScrollView with added zooming capabilities. (The article and demo project/source code file were updated.)
Warping is the most drastic way to change the form of a GDI+ graphics object. The class QWarpTracker lets you do it interactively.