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.

Web Developers: Are Your Sites Using HTTPS?
Web sites that need certificates, the secure ones running under HTTPS, are quickly becoming the standard. Get ready to use certificates.

Building a Conversation Bot
Learn about the Microsoft Bot Framework, and how to craft a conversation bot.

The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.