|
carol.gimp.org
gimp2
Resources
|
|
|
To install palettes for gimp to use, put them all into the same directory and show gimp where
they are via its Preferences:Folders Dialog or you can
simply move them to the palettes location in your user directory from where ever you downloaded them
to:
carol@treva:$ cp *.gpl .gimp-2.3/palettes/
carol@treva:$
|
To install gradients for gimp to use, put them all into the same directory and show gimp where
they are via its Preferences:Folders Dialog or you can
simply move them to the palettes location in your user directory from where ever you downloaded them
to:
carol@treva:$ cp *.gpl .gimp-2.3/gradients/
carol@treva:$ %
|
To install python scripts (plug-ins) either use gimptool or use other tools if gimptool is not available to you.
carol@treva:~$ gimptool --install-bin plugin.py
/usr/bin/install -c -d /home/carol/.gimp-2.3/plug-ins
/usr/bin/install -c plugin.py /home/carol/.gimp-2.3/plug-ins/plugin.py
carol@treva:~$ %
|
carol@treva:~$ cp plugin.py /home/carol/.gimp-2.3/plug-ins
carol@treva:~$ chmod a+x /home/carol/.gimp-2.3/plug-ins/plugin.py
carol@treva:~$ %
|
To enable gimp python, you must send the instructions to configure when you first start to build gimp.
carol@treva:/build/gimp-2.2$ ./configure --enable-python %
|