Colour Filter Test Tool v1.2
----------------------------

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 displaying 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

8th May 2014: Version 1.2.1

- Bug fix


8th May 2014: Version 1.2

- Fixed a bug that was introduced in version 1.1 affecting the Windows version
  that reversed the red and blue colours during processing.

- Numerous optimisations and refinements made to the image processing
  functions.

- Image preview window is now centred as opposed to always being in the
  top-left corner.


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