Skip to content

Gimp Plugin - Layer Effects installieren

Dies ist eine Reihe von Skripts/Plugins, die verschiedenen Ebeneneffekte für Gimp zur Verfügung stellen.

Installation als Fu-Script

tux@earth:~$ cd ~/tmp
tux@earth:~/tmp$ wget http://registry.gimp.org/files/layerfx.scm
tux@earth:~/tmp$ sudo cp layerfx.scm /usr/share/gimp/2.0/scripts/

Plugin ist zu erreichen unter: Image/Script-Fu/Layer Effects

Installation als Python Plugin

tux@earth:~$ cd ~/tmp
tux@earth:~/tmp$ wget http://registry.gimp.org/files/layerfx.py
tux@earth:~/tmp$ sudo cp layerfx.py /usr/share/gimp/2.0/plug-ins/
tux@earth:~/tmp$ sudo chmod 755 /usr/share/gimp/2.0/plug-ins/layerfx.py

Installation als Python Plugin für Gimp 2.8

tux@earth:~$ cd ~/tmp
tux@earth:~/tmp$ wget http://registry.gimp.org/files/layerfx.2.8.py.txt -O layerfx.2.8.py
tux@earth:~/tmp$ sudo cp layerfx.2.8.py /usr/share/gimp/2.0/plug-ins/
tux@earth:~/tmp$ sudo chmod 755 /usr/share/gimp/2.0/plug-ins/layerfx.2.8.py

Plugin ist zu erreichen unter: Image/Layer/Layer Effects und /Layer Effects