The Wayback Machine - https://web.archive.org/web/20111103003622/http://www.codeguru.com/cpp/g-m/bitmap/displayingandsizing/

    Displaying and Sizing

    [Updated] ImageStone

    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.

    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.

    Puzzle, a Game with the MFC Doc/View Architecture (SDI/MDI)

    Learn how to display a menu with thumbnails and several other windows, move and manage the pieces of a puzzle with a linked list, and then show them without flicker.

    Managed C++: Loading and Displaying Images

    For years, one of the biggest complaints about MFC was its lack of imaging support. Tom Archer shows how Managed C++, the .NET Image class, and the PictureBox control make loading, displaying, and dynamically sizing an image a snap.

    Displaying a Bitmap from a BMP File

    Loading a bitmap can be relatively simple. See one more step-by-step approach to loading and using a bitmap.

    Displaying Bitmap Images with Scrolling

    The downloadables' filenames have been corrected.