ImageGrinder v1.7 Filter README
Copyright 2000-2001 by Hailstone Software
help@hailstonesoftware.com
================================================================
In this directory you will find two sample filters which can be 
used as a basis for a new ImageGrinder filter. The negative filter
shows how to make a filter that does not have any configuration options
while the brightness show a more advanced filter.


** The included files **

- filter.cpp		//the file where you write the code for the filter.

- filter.h			//the header file for the filter addon, this should not
					//be modified in anyway.
					
- filteraddon.cpp	//this is used in exporting the filter, this also should
					//not be modified in anyway.
					
- filter.rsrc		//the resource object that contains the icon used for the
					//filters, this can be changed with no problems resulting.
					
- *.proj 			//the BeIDE project to compile the filter.

- makefile			//the makefile to create the filter.			

NOTE: That the proj file and makefile are for x86, it should be simple to
	  make your own makefile to compile the filter on ppc.
