Colour Filter Test Tool v1.1
----------------------------

Programmed by Francis G. Loch


1. DISCLAIMER

This tool was quickly written to be a "proof-of-concept" for some image
processing algorithms that I am currently working on. It is not designed to be
a complete product and will likely contain bugs, but it may have some use for
some people.

THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY OF ANY KIND. YOU USE IT
ENTIRELY AT YOUR OWN RISK!


2. INSTRUCTIONS

The layout of the Colour Filter Test Tool is quite simple. On the left hand
side there is the image preview window. Once an image has been loaded, double
clicking on the window will cause the image to be displayed full screen.

The right hand side shows the list of colour filters that can be applied to the
image.

Along the bottom are buttons for display information on the software, loading
an image and saving an image.

As an alternative to loading images via the "Load an image" button, you may
also drag an image file from the desktop or a folder onto the image preview
window.


3. VERSION HISTORY

3rd May 2014: Version 1.1

- Image libraries rewritten for compatibility when compiled for 64-bit OSes


27th April 2014: Version 1.0

- Initial Release