Colosseum Builders C++ Image Library

Copyright 1997, 1998
All Rights Reserved

Permision is granted to use, modify this software provided these conditions
are followed:

1. You understand this software comes with no warranties of any kind 
   whatsoever.
2. You assume full responsibility for the use of this software and transmit
   no liability to the authors.
3. You assume the responsility for obtaining licenses for from any patent
   holders.
4. If you distribute this code in source form, you must include this file
   unmodified and document the changes you have made.
5. If you incorporate this code in a product distributed without source code
   you state included in your documentation that it is based in part on
   software from Colosseum Builders, Inc.

THIS SOFTWARE IS PROVIDED AS IS. WE CAN'T TEST IT ON YOUR SYSTEM SO
USE AT YOUR OWN RISK. YOU HAVE THE SOURCE SO YOU HAVE NO EXCUSES.

Building:

The directories BC and MSVC contain procedures for building the library using 
Borland C++Builder and MSVC++ respectively. 

For other compilers you will have to create your own procedure and you will 
probably need to make changes to the source code as well.

If you are using Borland C++ V5 (Not Borland C++Builder), the problem you will 
encounter is that standard I/O is not included in the namespace std. You will 
have to edit the code to remove "std::" qualifiers from these declarations.

The changes required for GNU vary among systems an implementations. The main
problems deal with include files and standard classes (notably exceptions).

Send Questions or comments to

info@colosseumbuilders.com

Send Bug Reports to:

imagebugs@colosseumbuilders.com


Changes:

May 31, 1999 - BitmapImage.cpp Fixed incorrect test in findColor ().
July 14, 1999 - BmpDecoder.cpp Fixed incorrect color count
