ImageStone is a powerful C++ class library for image manipulation. It is written in pure C++ and is easily portable. Its features include load/save (supports BMP, GIF, JPG, PNG, TIF, ICO, TGA, PCX, PSD...), display, histogram, undo/redo, and image transformation with over 100 predefined effects.
Latest Special Effects Articles
Blur Blending Method
Discover how to blend a RGB bitmap with the Blur method. It use HBITMAP, GetDibBits and SetDibBits.
Accelerated Smooth Bitmap Resizing
Great code to use when we want to resize a bitmap and have the resulting bitmap be of the highest possible quality
Win32 C Function for High-Quality Bitmap Shrinking
Replacement function for StretchBlt that enables you to produce Adobe Photoshop-quality images when shrinking bitmaps
Transparent Image Static Class
Transparent Image Static Class
SemiTransparent Bitmaps
SemiTransparent Bitmaps
Latest Developer Videos
More...Latest CodeGuru Developer Columns
Comparing the stdio and iostream C++ Libraries
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.

Beginning C#: More about Variables in C#
String along with me and learn more about using strings in your C# programming.

How to Use TeamViewer
Learn about the TeamViewer API and the various platforms you can make use of and also how to program a TeamViewer enabled app.
Influencing Users: Compliance and Conformity
Learn about two common influence techniques, compliance and conformity, as well as how to design for them.