Blur Layer
m |
m |
||
Line 1: | Line 1: | ||
<!-- Page info --> | <!-- Page info --> | ||
{{Title|Blur Layer}} | {{Title|Blur Layer}} | ||
+ | {{Category|Layers}} | ||
{{Category|Blurs}} | {{Category|Blurs}} | ||
{{NewTerminology}} | {{NewTerminology}} |
Revision as of 13:23, 26 February 2017
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).
Specific Parameters
The specific parameters for 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 how big the blur is. Depending on that value the blur can have different effects. Render 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 indicates how big the blur is in its direction (x or y).
See the samples to get an idea of the variation of the sizes.
Types
There are 5 types of blur in synfig:
Samples
Here are some samples of Blurs.
- For animated samples was used Star Layer in center of the Frame, with Outline Layer about width 0.05u
- Example animation has 120 frames, and parameter Size from 0u,0u goto 1u,1u
- Render Dialog set to value of Quality 9 and value of Anti-aliasing 1
Synfig file from sample test - Media:blur.sifz
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".