Installation (Linux):
~~~~~~~~~~~~~~~~~~~~~
To install the plugin globally, copy the "separate" file to:
prefix/lib/gimp/1.2/plug-ins/
where prefix will be either /usr, /usr/local, or possibly even /usr/X11R6,
depending on where your Linux installation keeps its GIMP! This needs to be
done as root.
You can also install the plugin for a single user, by copying the file to
$HOME/.gimp-2.0/plug-ins/
(Replace 2.0 with your GIMP version!)
This, of course, doesn't require root privileges.
You can keep the colour profiles wherever you like, but unless you edit the
default paths in platform.h and recompile the plugin, or place them in the
default location, you'll have to locate them each time you use the plugin.
The default search path for colour profiles has changed with this version:
It now uses the same directory as CinePaint:
/usr/share/color/icc/
To install the Adobe ICC profiles, unzip the AdobeICCProfiles.zip file, and
do the following as root:
mkdir /usr/local/iccprofiles
cp Adobe ICC Profiles/RGB Profiles/* /usr/share/color/icc/
cp Adobe ICC Profiles/CMYK Profiles/* /usr/share/color/icc/
Finally, install the provided sRGB profile:
cp separate/sRGB/sRGB Color Space Profile.icm /usr/share/color/icc/
The default profiles are:
RGB: sRGB Color Space Profile.icm
CMYK: USWebCoatedSWOP.icc
Installation (Windows):
~~~~~~~~~~~~~~~~~~~~~~~
Copy the plugin "separate.exe" and the "liblcms.dll" support library to:
C:Program Filesgimplibgimp1.2plug-ins
By default the plugin searches for colour profiles at:
C:Program FilesgimpColourProfiles
To install the Adobe ICC profiles:
* unzip the AdobeICCProfiles.zip file
* rename the Adobe ICC Profiles folder to ColourProfiles
* copy the provided sRGB profile to ColourProfilesRGB Profiles
* move the ColourProfiles folder to c:Program Filesgimp