-------------------------------------------------------------------------------                                
                   Image Analyzer image processing plugin examples
-------------------------------------------------------------------------------                                
        Copyright (C) 2003-2005  |  Michael Vinther  |  mv@logicnetdk
                        MeeSoft  |  http://meesoft.logicnet.dk
-------------------------------------------------------------------------------                                

This file contains source for two plugins - one made in C++ and one made in
Delphi. Both contains the Image Analyzer plugin API definition. The C++ plugin
demonstrates both editing the image in the active image window and creating a
new image window. The Delphi plugin only demonstrates editing the pixels in the
active image window, so if you are using Delphi I recommend looking at both
examples.
Image processing plugin is supported from Image Analyzer version 1.16. The 
plugin DLLs should be placed in the folder "ProcessingPlugins" below the Image 
Analyzer program folder.
