Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

2.3.  Gaussian Blur

Revision History
Revision $Revision: 1.27 $ 2006-10-23 j.h

2.3.1.  Overview

Figure 11.8.  From left to right: original, filter applied.

From left to right: original, filter applied.

Original

From left to right: original, filter applied.

Blur applied

You can find this filter in the image menu under Filters->Blur->Gaussian Blur

The IIR Gaussian Blur plug-in acts on each pixel of the active layer or selection, setting its Value to the average of all pixel Values present in a radius defined in the dialog. A higher Value will produce a higher amount of blur. The blur can be set to act in one direction more than the other by clicking the Chain Button so that it is broken, and altering the radius. GIMP supports two implementations of Gaussian Blur: IIR G.B. and RLE G.B. They both produce the same results, but each one can be faster in some cases.

2.3.2.  Options

Figure 11.9.  Gaussian” filter parameters settings

Gaussian filter parameters settings
Blur Radius

Here you can set the blur intensity. By altering the ratio of horizontal to vertical blur, you can give the effect of a motion blur. You can choose the unit with the drop list.

Blur Method

IIR: IIR stands for “Infinite Impulse Response”.This blur works best for large radius values and for images which are not computer generated.

RLE: RLE stands for run-length encoding. RLE Gaussian Blur is best used on computer-generated images or those with large areas of constant intensity.


 
 
  Published under the terms of the GNU General Public License Design by Interspire