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 Viewers Articles
Extracting the Thumbnails and EXIF Information of JPEG Files
Digital cameras add material to the JPEG files they create, containing information that is easy to extract: thumbnails and information EXIF.
2D & 3D Visualization Techniques for Geo-Referenced Images
Provides some conceptual background for working with geo-referenced imagery and specific details for GeoTIFF images. Also provides a 2D & 3D sample project with first person fly throughs.
CBitmapCtrl: Control for Displaying Bitmaps
A class representing a dialog control that loads bitmaps from files
Simple BMP Viewer
Code that Illustrates How to Open and Display .BMP Files
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.

Managing Your Drives Using C#
Sooner or later you'll need to find out about, and deal with, the various storage devices ("drives") available in your system.

Getting Started with Visual Basic: Getting the VB Software
After you've read this article, you're well on your way to becoming a Visual Basic developer.
Influencing Users: Compliance and Conformity
Learn about two common influence techniques, compliance and conformity, as well as how to design for them.