Navigation |
I'm working on some Gimp related color management stuff. This is all in very early stages, so don't be surprised if it's either not easy to compile/install/use or if it does not do what you expect it to do. In both cases: I welcome every patch/idea/encouragement. ICC Support For TIFF PluginThis patch modifies the tiff plugin so that it can read and write TIFF files with embedded ICC profiles. These profiles are stored as Gimp parasites. Download the patch file tiff_icc.diff and apply it as follows: cd gimp-1.1.xx patch -p0 < /where/every/your/patch/file/is/stored This patch is not necessary for the current Gimp (1.2.x) versions. Gimp Color Manager Plug-inAnother thing that is in a stage so that others can use it is the "Color Manager Plug-in". This is a Gimp plugin that can apply ICC profiles to an image. This can e.g. be an input profile to remove the color problems introduced by a scanner or an output profile to prepare an image for color corrected printing. This package requires the LCMS library. Download the gimp-color-manager plugin and run the usual "./configure ; make" followed by a make install. This should add a new menu item "Color Manager" to the "Filter" menu. This plugin performs several tasks:
Change Log2001-07-12: Fixed the bug with output profiles, added a button to embed the currently selected workspace profile, some code clean-up and some more small bug fixes. 2001-06-17: The strings for the input/output profile combo boxes are now copied first. Fixed a bug in the GList destruction, the strings are now freed first. There is still a problem when the "Output" profiles are selected, the settings for the profile directory are lost. I don't have time right now to look for this problem (for my Sane work I'm mostly interested in input profiles anyway). Scanner CorrectionPrinter CorrectionICC Profiles |
Last changed on Sun Nov 16 16:13:10 2003 | |
Karl Heinz Kremer khk@khk.net http://www.khk.net |