Blur Layer
m |
m (Cleaning and review) |
||
Line 11: | Line 11: | ||
{{BlurLayer}} | {{BlurLayer}} | ||
− | == | + | == Parameters of the Blur Layer == |
− | The | + | The parameters of the {{literal|Blur Layer}} are: |
{|border="0" style="border-collapse" cellpadding="3" cellspacing="0" | {|border="0" style="border-collapse" cellpadding="3" cellspacing="0" | ||
Line 38: | Line 38: | ||
||Fast Gaussian Blur | ||Fast Gaussian Blur | ||
||integer | ||integer | ||
− | |||
|} | |} | ||
− | |||
=== Size === | === Size === | ||
− | The Size parameter controls | + | The {{literal|Size}} parameter controls the size of the blur. Depending on that value the blur can have different effects. Note that rendering time quickly increases as you increase the size parameter, so be careful. |
− | This parameter is a compound value of two real numbers | + | This parameter is a compound value of two real numbers, x and y. Each of them indicates the size of the blur along that direction. |
− | + | === Type === | |
− | + | There are 5 types of blur: | |
− | + | ||
− | There are 5 types of blur | + | |
* [[#Fast Gaussian|Fast Gaussian Blur]] | * [[#Fast Gaussian|Fast Gaussian Blur]] | ||
− | * [[#Box|Box Blur]] See [http://en.wikipedia.org/wiki/Box_blur] | + | * [[#Box|Box Blur]] (See [http://en.wikipedia.org/wiki/Box_blur]) |
* [[#Cross Hatch|Cross Hatch Blur]] | * [[#Cross Hatch|Cross Hatch Blur]] | ||
* [[#Disc|Disc Blur]] | * [[#Disc|Disc Blur]] | ||
− | * [[#Gaussian| Gaussian Blur]] See [http://en.wikipedia.org/wiki/Gaussian_blur] | + | * [[#Gaussian|Gaussian Blur]] (See [http://en.wikipedia.org/wiki/Gaussian_blur]) |
== Samples == | == Samples == | ||
− | + | === Star animation === | |
− | * | + | |
− | * | + | If you wonder how the animations were made ([[Media:blur.sifz|sample file]]): |
− | * {{l|Render dialog}} set to | + | * a {{l|Star Layer}} is positioned at the center of the Frame, with an {{l|Outline Layer}} of width 0.05u |
+ | * the animations have 120 frames, and the [[#Size|Size]] parameter of the blur goes from 0u,0u to 1u,1u | ||
+ | * the {{l|Render dialog|rendering}} settings are set to Quality 9 and Anti-Aliasing 1 | ||
+ | |||
; Fast Gaussian : [[Image:blur_fast_gaussian.gif|Fast Gaussian]] | ; Fast Gaussian : [[Image:blur_fast_gaussian.gif|Fast Gaussian]] | ||
Line 73: | Line 72: | ||
; Disc : [[Image:blur_disc.gif|Disc]] | ; Disc : [[Image:blur_disc.gif|Disc]] | ||
; Gaussian : [[Image:blur_gaussian.gif|Gaussian]] | ; Gaussian : [[Image:blur_gaussian.gif|Gaussian]] | ||
− | |||
− | |||
=== Fast Gaussian === | === Fast Gaussian === | ||
+ | |||
{| border = "1" | {| border = "1" | ||
| '''Fast Gaussian Blur''' | | '''Fast Gaussian Blur''' | ||
Line 127: | Line 125: | ||
| {{l|Image:Blur.png}} | | {{l|Image:Blur.png}} | ||
|} | |} | ||
+ | |||
== See also == | == See also == |
Latest revision as of 19:47, 26 April 2020
Contents
About Blur Layer
Blur is a graphical effect that aims to imitate an unfocused image. In a photography context blur can occur when the focal point of the lens is not at the right position of the target of the photograph. Also blur can have other origins. Blurs can happen as the result of a poor exposure during its recording (too long exposure time for a large movement of the object or a high movement of the recorder). Also blurring occurs when you use a very wide aperture (f4). In that case the objects that are out of focus are very blurred compared to the situation where the aperture is fully closed (f22).
In a graphical context, blurs are effects that imitate those situations (with more or less success).
Parameters of the Blur Layer
The parameters of the "Blur Layer" are:
Name | Value | Type |
Z Depth | 0.000000 | real |
Amount | 1.000000 | real |
Blend Method | Composite | integer |
Size | 6.000000pt,6.000000pt | vector |
Type | Fast Gaussian Blur | integer |
Size
The "Size" parameter controls the size of the blur. Depending on that value the blur can have different effects. Note that rendering time quickly increases as you increase the size parameter, so be careful.
This parameter is a compound value of two real numbers, x and y. Each of them indicates the size of the blur along that direction.
Type
There are 5 types of blur:
- Fast Gaussian Blur
- Box Blur (See [1])
- Cross Hatch Blur
- Disc Blur
- Gaussian Blur (See [2])
Samples
Star animation
If you wonder how the animations were made (sample file):
- a Star Layer is positioned at the center of the Frame, with an Outline Layer of width 0.05u
- the animations have 120 frames, and the Size parameter of the blur goes from 0u,0u to 1u,1u
- the rendering settings are set to Quality 9 and Anti-Aliasing 1
Fast Gaussian
Fast Gaussian Blur | |
Box
Box Blur | |
Cross Hatch
Cross Hatch Blur | |
Disc
Disc Blur | |
Gaussian
Gaussian Blur | |
Fast Gaussian Blur over all the layers |
See also
- Radial Blur Layer with a radial control of the size of the blur.
- Motion Blur Layer a type of blur that aims to simulate a motion blur (the one that happens when the object's movement is too fast for the exposure time). It is controlled by a single parameter called "Aperture".