GIMP Dimage color plugin
========================

Copyright (C) 2002 Laurent HOUDARD <lhoudard@netcourrier.com>

This plugin converts Minolta DiMAGE 5/7 pictures to sRGB colorspace.
(<Image>/Image/Colors/Dimage Color to sRGB)

To build the plugin:
--------------------

	./configure
	make

To install the plugin:
----------------------

site installation:

	su
	make install

user installation :

	(cd src && gimptool --install-bin dimage_color)

