Focus blur
From OSP Wiki
This tutorial was last tested with Gimp 2.2.13 on Ubuntu 6.10 (Edgy) and on Windows XP Pro SP2 installed.
[edit]
Overview
The Focus Blur plugin is very useful and can be used to create different effects, amongst them is simulating a shallow Depth of Focus (tutorial coming soon)
[edit]
Prerequisites
None
[edit]
Steps
[edit]
Windows
- Close GIMP
- Download the binary of the Focus Blur plugin here -> http://www.osphoto.org/files/fblur.zip
- Unzip it.
- Copy/move the fblur.exe file to C:\Program Files\GIMP-2.0\lib\gimp\2.0\plug-ins
[edit]
Linux
It's a little more involved but you get the benefit of having a preview :)
- Close GIMP
- Install the libgimp2.0-dev package, this has the tool (called gimptools) to compile plugins from source.
- On Ubuntu (and most Debian based systems) just run the command:
sudo apt-get install libgimp2.0-dev
- Download the focus blur source file from the homepage -> http://sudakyo.hp.infoseek.co.jp/gimp/fblur/focusblur_e.html (direct link to version 2.3 of FBlur http://sudakyo.hp.infoseek.co.jp/gimp/fblur/fblur-2.3.c.gz)
- Unzip it
- Compile and install the plugin using the command:
CFLAGS="-O2 -DG_DISABLE_ASSERT -DFBLUR_PREVIEW=2" gimptool --install fblur-2.3.c
[edit]
Tips
- The windows install is a global install, anyone that uses Gimp on that PC will have it available.
- The Linux install is a single user only install.
- To make the Linux install a global one copy it to the global plugin directory with the command:
sudo cp ~/.gimp-2.2/plug-ins/fblur /usr/lib/gimp/2.0/plug-ins/
