他のぼかしフィルターとは対照的に
プラグインは満遍なく画像をぼかすことはありません。 画素にぼかしがかかるのはその付近の画素の値との差が指定された最大デルタ値を下回る場合に限ります。 つまりもともとコントラストが高い部分はデルタ値を上回りますのでぼかしがかからずコントラストは保たれます。 背景だけぼかしをかけて前面にある物体は良好に浮き立たせたい場合に使えます。 たった一度の処理で画像に深みを与えられます。注記 | |
---|---|
These options are described in 「Common Features」. |
If there is another image on screen, you can select it as auxiliary input.
ぼかしの強度をピクセル単位で設定できます。
Maximum delta sets the maximum difference (0.0-1.0) between the pixel to be blurred and its surrounding pixels. When the value is above this delta, the blur will not be applied to that pixel.