This i a plug-in for GIMP-2.0 for loading of digital camera 
raw format files. It uses Dave Coffin "dcraw" utility for conversion
and interpolation of the data stored in the raw file. The rest of the 
color manipulations are done inside the plug-in in the 16bit color space.

Installation

  To install locally:
	gimptool --install rawphoto.c

  To install globally:
	gimptool --install-admin rawphoto.c

  To build without installing:
	gcc -o rawphoto rawphoto.c `gtk-config --cflags --libs` -lgimp -lgimpui
