From: Sven N. <neu...@un...> - 2000-05-03 16:04:04
|
Hi, > I just finished my first very rough cut of a color manager plugin > for the Gimp. This plugin uses ICC profiles to make color adjustments > on images loaded into the application. At this time it can only > deal with RGB images, and there are several other limitations. It > can however be used to improve the "color correctness" of images > printed with the Print Plugin. I have not yet tested it with the > latest release of the dither code, but what I've seen with the > earlier versions looked pretty good. could you explain the purpose of your plug-in in more detail? Usually you wouldn't want to do the color correction at the actual image data, but at the input/output level. So I would have guessed color correction belongs into the scanner software, the printer software and of course gimp's display routines. Support for the latter can be plugged into the GIMP using cdisplay modules. I'm wondering what purpose a plug-in would have for serious work. But then having some working code is definitely a good thing! Salut, Sven |