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.

Ten Reasons to Look at .NET Core Now
The .NET Core is here now, and here are some reasons to begin using it.

Creating a Command Prompt Window Using Visual Basic
Learn how to simulate the DOS Command Prompt window from a Visual Basic form.
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.