This is a series of scripts that implement various layer effects:
- Drop Shadow
- Inner Shadow
- Outer Glow
- Inner Glow
- Bevel and Emboss
- Satin
- Color Overlay
- Gradient Overlay
- Pattern Overlay
- Stroke
Some effects can have contours (a.k.a. curves) and noise added to them. Effects can either be applied on a separate layer, or be merged into the active layer (which in some cases gives better results).
Tested with GIMP 2.4.2.
Updated 4/12/2012:
- New Python version now makes use of layer groups. Effect layers will be automatically grouped with the original layer. This requires GIMP 2.7 or later and was tested with 2.8rc1. Older version is provided for compatibility with previous GIMP versions.
Updated 6/9/2009:
- Stroke now supports gradients and patterns! (Python version only)
- Better undo handling in the Python version.
- Various bugfixes.
Updated 11/15/2008:
- The Python version now has live previewing! With the "Preview" checkbox active, the preview now updates automatically every time you change a setting!
- New "Reapply Effects" function: Reapplies all effects that have been applied to the current layer. If you change anything on the layer, use this to update all the effects in one go! (Mind you, this only works for effects that were not applied using the "Merge with layer" option.)
- Various bugfixes.
Updated 09/02/2008:
- Bugfix in Script-Fu version.
Updated 07/19/2008:
- You can now scale patterns in pattern overlays. (Python version only.)
Updated 07/08/2008:
This script has now been rewritten as a Python plugin! This adds several new features that weren't possible in Script-Fu!
- You can now preview effects! Click the "Preview" button to see what it will look like with the currently selected settings.
- The plugin now records the settings used to make an effect, so now you can reapply it! Run the same effect plugin on the same layer again, and it recovers the previous settings for that layer and shows them in the dialog box. You can then change the settings and apply the effect again, and it will replace the original effect layer! (Note: This will only work if you don't select "Merge with layer". Once an effect has been merged into the layer, it can't be removed or changed.)
Updated 04/21/2008:
Updated 03/02/2008:
- Added grayscale support
- Bugfixes
How to install (Script-Fu version):
- Right-click on the link below that says "layerfx.scm". A pop-up menu should appear. Click "Save Target As..." or "Save Link As..." or whatever the equivalent option in your browser is.
- Save the file "layerfx.scm" in your scripts folder. If you're not sure where your scripts folder is, you can check by opening GIMP and going to <Toolbox>/File/Preferences -> Folders -> Scripts. If more than one folder is shown, then any one of them will work.
- Once you have saved the file in your scripts folder, if you are already running GIMP, either click <Toolbox>/Xtns/Script-Fu/Refresh Scripts, or just close and reopen GIMP.
- If you have done this correctly, the scripts will appear in the menu under <Image>/Script-Fu/Layer Effects. If this menu is not there, try clicking <Toolbox>/Xtns/Script-Fu/Refresh Scripts. If it's still not there, make sure the file is in your scripts folder and that the filename ends with ".scm", not ".txt" or ".scm.txt" or something.
How to install (Python version):
- Right-click on the link below that says "layerfx.py". A pop-up menu should appear. Click "Save Target As..." or "Save Link As..." or whatever the equivalent option in your browser is.
- Save the file "layerfx.py" in your plug-ins folder. If you're not sure where your plug-ins folder is, you can check by opening GIMP and going to <Toolbox>/File/Preferences -> Folders -> Plug-Ins. If more than one folder is shown, then any one of them will work.
- If you're on a UNIX system, make sure layerfx.py is executable by typing this in the shell:
chmod +x layerfx.py
On other operating systems, you might have to do something else to make it executable.
- Once you have saved the file in your plug-ins folder, if you are already running GIMP, close and reopen it.
- If you have done this correctly, the scripts will appear in the menu under <Image>/Layer/Layer Effects, and <Layers>/Layer Effects. If these menus are not there, close and reopen GIMP. If they're still not there, make sure the file is in your plug-ins folder, that it is executable, that you have Python support installed, and that the filename ends with ".py", not ".txt" or ".py.txt" or something.
Comments
Those all require the layer
Those all require the layer to have an alpha channel. Select a layer with an alpha channel and they should work.
disabled means that the menu
disabled means that the menu is grayed out or that the script does not show up in the menu??
In case you use Windows do you know that gimp support to python is not enabled by default but require some fiddling?
see here for the fiddling ..http://www.registry.gimp.org/node/186#comment-6914
only some menus are greyed.
only some menus are greyed.
Yes, I have installed activestate and the other modules before installing
The Layers plugin
did you reinstalled gimp
First i believe you need python NOT "active python"
( I packed everything needed time ago anyway now there is a more updated Gimp-python pack from "gimptricks" on www.deviantart.com )
Then is also needed reinstall gimp using the "Customize" option of the installer ,and there chose the enable python option
Maybe you did since the menu are visible even if grayed out
If so more commune reason for grayed out menu are
1)No image open
2 )Image mode not compatible (most plugin works only with RGB and RGBA images, but not with index or greyscale ...
so not with gif or scannered BW)
Solution for 1 is obvious..for 2 is Image/image mode/rgb
Windows Vista Home Premium Gimp 2.6.8
This is how i installed this plugin...
Tried the scm it didnt work gave error about missing parenthesis or somethign like that. So installed the python version instead like so..(its not hard just a few steps to install some compnents)
Uninstall Gimp
Go to http://www.python.org/download/
Install Python 2.6.4
Go to http://www.pygtk.org/downloads.html
Install PyCairo 1.8
Install PYGObject 2.2
Install PYGtk 2.16
reboot (may not be necessary but i like to reboot often...let the machine know who is the boss..
)
Install Gimp -( select custom install and make sure python option is checked It was checked by default after i installed python components)
Put the layerfx.py file in your gimp plugins folder as described in the directions above.
Restart Gimp and it should be in your Layers menu at the bottom.
Im a newbie at gimp so i just tried drop shadow it made a drop shadow so it works.. now i just have to learn how to use gimp.
cheers!! (open source programmers are modern day heroes!! :-)
about python
okay i had follow all of the directions with installing it, now when its comes to the gimp, i go to custom so i can do the check lists, rite there for some reason the python section will not let me check it....what am i doing wrong..HELP!!!!
Python version doesn't work with GIMP 2.7 in Ubuntu 9.10
as subject. GIMP version 2.7.1 and Ubuntu 9.10.
Python 2.6.4
The menu don't show up with layerfx.py (only with script-fu version)
Everything's fine with 2.6
Any solution for this? (this plug-in is a must)
Thanks in advance
It's able to do!!!!!
you have to download the layerfx.py (now it's in the Downloads folder)
2. open the terminal and switch with the command : cd Downloads : into the downloads folder
3. type in : sudo chmod aug+rwx layerfx.py
4. user@username:~/Downloads$ will apear
5. open your filemanager as a root type in terminal : gksudo nautilus : and put the custom data layerfx.py in this folder : /usr/lib/gimp/plug-ins
6. reopen GIMP and that is it !!!
I hope my english is good enough to understand!!! xD
error log
(gimp:4775): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error
Traceback (most recent call last):
File "/usr/lib/gimp/2.0/plug-ins/py-slice.py", line 30, in
from gimpfu import *
ImportError: No module named gimpfu
(gimp:4775): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error
Traceback (most recent call last):
File "/home/marcoz/.gimp-2.7/plug-ins/layerfx.py", line 23, in
import gimp, gimpplugin, math, re
ImportError: No module named gimp
(gimp:4775): LibGimpBase-WARNING **: gimp: gimp_wire_read(): error
The first error is repeated for lots of functions...
Follow these instructions...
I had the same errors, but followed these instructions, and now the Python version of layerfx works fine in gimp 2.7:
http://ubuntuforums.org/showthread.php?p=9129490
Pages