Blur Layer
m (Text replace - '[[' to '{{l|') |
m (Text replace - ']]' to '}}') |
||
Line 1: | Line 1: | ||
<!-- Page info --> | <!-- Page info --> | ||
{{Title|Blur Layer}} | {{Title|Blur Layer}} | ||
− | {{l|Category:Layers | + | {{l|Category:Layers}} |
<!-- Page info end --> | <!-- Page info end --> | ||
Line 15: | Line 15: | ||
{| border = "1" cellpadding="2" | {| border = "1" cellpadding="2" | ||
!width = "250" align="left"| | !width = "250" align="left"| | ||
− | * {{l|Z Depth Parameter|Z Depth | + | * {{l|Z Depth Parameter|Z Depth}} |
− | * {{l|Amount Parameter|Amount | + | * {{l|Amount Parameter|Amount}} |
− | * {{l|Blend Method | + | * {{l|Blend Method}} |
− | * {{l|#Size|Size | + | * {{l|#Size|Size}} |
− | * {{l|#Type|Type | + | * {{l|#Type|Type}} |
− | | {{l|Image:BlurLayer-Params.png | + | | {{l|Image:BlurLayer-Params.png}} |
|} | |} | ||
Line 35: | Line 35: | ||
There are 5 types of blur in synfig: | There are 5 types of blur in synfig: | ||
− | * {{l|#Fast Gaussian|Fast Gaussian Blur | + | * {{l|#Fast Gaussian|Fast Gaussian Blur}} |
− | * {{l|#Box|Box Blur | + | * {{l|#Box|Box Blur}} See [http://en.wikipedia.org/wiki/Box_blur] |
− | * {{l|#Cross Hatch|Cross Hatch Blur | + | * {{l|#Cross Hatch|Cross Hatch Blur}} |
− | * {{l|#Disc|Disc Blur | + | * {{l|#Disc|Disc Blur}} |
− | * {{l|#Gaussian| Gaussian Blur | + | * {{l|#Gaussian| Gaussian Blur}} See [http://en.wikipedia.org/wiki/Gaussian_blur] |
== Samples == | == Samples == | ||
Line 49: | Line 49: | ||
| '''Fast Gaussian Blur''' | | '''Fast Gaussian Blur''' | ||
|- | |- | ||
− | | {{l|Image:BlursFastGaussian.png | + | | {{l|Image:BlursFastGaussian.png}} |
− | | {{l|Image:Blurs2FastGaussian.png | + | | {{l|Image:Blurs2FastGaussian.png}} |
|} | |} | ||
Line 58: | Line 58: | ||
| '''Box Blur''' | | '''Box Blur''' | ||
|- | |- | ||
− | | {{l|Image:BlurBox.png | + | | {{l|Image:BlurBox.png}} |
− | | {{l|Image:Blurs2Box.png | + | | {{l|Image:Blurs2Box.png}} |
|} | |} | ||
Line 67: | Line 67: | ||
| '''Cross Hatch Blur''' | | '''Cross Hatch Blur''' | ||
|- | |- | ||
− | | {{l|Image:BlurCrossHatch.png | + | | {{l|Image:BlurCrossHatch.png}} |
− | | {{l|Image:Blurs2CrossHatch.png | + | | {{l|Image:Blurs2CrossHatch.png}} |
|} | |} | ||
Line 76: | Line 76: | ||
| '''Disc Blur''' | | '''Disc Blur''' | ||
|- | |- | ||
− | | {{l|Image:BlurDisc.png | + | | {{l|Image:BlurDisc.png}} |
− | | {{l|Image:Blurs2Disc.png | + | | {{l|Image:Blurs2Disc.png}} |
|} | |} | ||
Line 85: | Line 85: | ||
| '''Gaussian Blur''' | | '''Gaussian Blur''' | ||
|- | |- | ||
− | | {{l|Image:BlurGaussian.png | + | | {{l|Image:BlurGaussian.png}} |
− | | {{l|Image:Blurs2Gaussian.png | + | | {{l|Image:Blurs2Gaussian.png}} |
|} | |} | ||
Line 93: | Line 93: | ||
| '''Fast Gaussian Blur over all the layers''' | | '''Fast Gaussian Blur over all the layers''' | ||
|- | |- | ||
− | | {{l|Image:Blur.png | + | | {{l|Image:Blur.png}} |
|} | |} | ||
== See also == | == See also == | ||
− | * {{l|Radial Blur Layer | + | * {{l|Radial Blur Layer}} with a radial control of the size of the blur. |
− | * {{l|Motion Blur Layer | + | * {{l|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". |
Revision as of 08:30, 8 September 2009
Contents
About Blurs
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:
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.
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".