3.3. ガウスぼかし...

3.3.1. 概観

図17.11 ガウスぼかしフィルターの使用例

「ガウスぼかし」フィルターの使用例

元画像

「ガウスぼかし」フィルターの使用例

ぼかし適用後


The 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: FIR and RLE. They both produce the same results, but each one can be faster in some cases.

3.3.2. Activating the Filter

This filter is found in the main menu under FiltersBlurGaussian Blur….

3.3.3. オプション

図17.12 ガウスぼかしフィルターのパラメーター設定

「ガウスぼかし」フィルターのパラメーター設定

Presets, Input Type, Clipping, Blending Options, Preview, Split view
[注記] 注記

These options are described in 「Common Features」.

Size X, Size Y

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.

Filter

Auto: Try to select the right filter automatically.

FIR: stands for Finite Impulse Response. For photographic or scanned images.

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

Abyss policy

Abyss policy (border management) is treated with Abyss policy.

Clip to the input extent

Should the output extent be clipped to the input extent: this option removes unwanted pixels created on borders by blurring.

図17.13 Example

Example

Right-up corner of the image, zoom x800

Example

Clip to the input extent unchecked

Example

Clip to the input extent checked


The Gaussian Blur filter doesn't preserve edges in the image:

Left: Origin

Middle: Median

Right: Gaussian