GIMP Color Manager Plugin
=========================

Copyright (C) 2000  Karl Heinz Kremer <khk@khk.net>


To build and install it, just...

	./configure
	make
	make install

At this time it's not really working that well, there are e.g. problems
with the "Preview" and "Gamut Warning" functions, the display profile
list is empty and other problems, but it's a start...

Let me know what you think.

Notes regarding version 0.0.9 (porting to Gimp 2.0)

The version 0.0.9 is just a port to Gimp 2.0 using the Gimp plugin template 1.3.3

The default directory to put the .icc and .icm profiles is gimp's user directory/color/ (i.e. /home/user/.gimp-2.0/color/)
The default colorspace is sRGBM.icm (this profile can be easily found in the web)
The default profiles are scanner.icm (input) printer.icm (output) and display.icm (screen)

