DIBDLL 1.0 Summary:

I have put together a couple of classes for displaying a Device Independant 
Bitmap (DIB) in Windows.  

The code comes mainly from example source provided by the Microsoft MSDN Library.  
I have tried to generalise the code & provide C++ wrapers to make using it simpler.

Sadly the classes are minimally documented as yet (no time!!!) but I hope to
add to the HTML and source code documentation soon.


Description:

Included are two classes:

	DIBCLASS - This simply stores the DIB information and provides a
		   basic interface to it.  Includes a basic routine to 
		   load a bitmap from a file on disk.

	DIBVIEW  - Provides the main routine to load a DIB, and a paint function
		   which is able to display the DIB 1:1 on screen, or tile it 
		   within a window.

and helper module:

	DIBAPI   - General DIB information access tools and paint routines



What the future holds:

	More source code comments !
	Expanded HTML documentation (thank you DOXYGEN)
	Add the ability to stretch the DIB
	and more... (when I think of some)
	

Notes:

The HTML documentation was created with DOXYGEN 1.0.  I must reccomend this
tool to you as *AWESOME*

Find it at:

	http://www.stack.nl/~dimitri/doxygen


Any coments are welcome:

	Contact me by Email: AGKKing@netscape.net

Also feel free to distribute the free FREEWARE DIBDLL package freely!!! 

;-)

Adam King
