Notes on building:

1.) Extract the files and copy PILc2g.cpp, setupPILc2g.py and testPILc2g.py in the same folder somewhere on your local hard disk.

2.) Make sure that you have placed in a subfolder the header files / includes from PIL. (In PIL 1.1.6 all the includes are in "Imaging-1.1.6) Note: You won't find these includes in the windows PIL installer but only in the normal version.

3.) Run setupPILc2g with "setupPILc2g.py build". This will create a pyd file for you.

4.) Copy the PILc2g.pyd file in Pyhton's extension folder (normally ../python/DLLs)

5.) Run testPILc2g.py for testing

