Blur Layer
m (Proper categorization) |
m (Text replace - '[[' to '{{l|') |
||
Line 1: | Line 1: | ||
<!-- Page info --> | <!-- Page info --> | ||
{{Title|Blur Layer}} | {{Title|Blur Layer}} | ||
− | + | {{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|Amount Parameter|Amount]] |
− | * | + | * {{l|Blend Method]] |
− | * | + | * {{l|#Size|Size]] |
− | * | + | * {{l|#Type|Type]] |
− | | | + | | {{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|#Box|Box Blur]] See [http://en.wikipedia.org/wiki/Box_blur] |
− | * | + | * {{l|#Cross Hatch|Cross Hatch Blur]] |
− | * | + | * {{l|#Disc|Disc 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:Blurs2FastGaussian.png]] |
|} | |} | ||
Line 58: | Line 58: | ||
| '''Box Blur''' | | '''Box Blur''' | ||
|- | |- | ||
− | | | + | | {{l|Image:BlurBox.png]] |
− | | | + | | {{l|Image:Blurs2Box.png]] |
|} | |} | ||
Line 67: | Line 67: | ||
| '''Cross Hatch Blur''' | | '''Cross Hatch Blur''' | ||
|- | |- | ||
− | | | + | | {{l|Image:BlurCrossHatch.png]] |
− | | | + | | {{l|Image:Blurs2CrossHatch.png]] |
|} | |} | ||
Line 76: | Line 76: | ||
| '''Disc Blur''' | | '''Disc Blur''' | ||
|- | |- | ||
− | | | + | | {{l|Image:BlurDisc.png]] |
− | | | + | | {{l|Image:Blurs2Disc.png]] |
|} | |} | ||
Line 85: | Line 85: | ||
| '''Gaussian Blur''' | | '''Gaussian Blur''' | ||
|- | |- | ||
− | | | + | | {{l|Image:BlurGaussian.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]] |
|} | |} | ||
== See also == | == See also == | ||
− | * | + | * {{l|Radial Blur Layer]] with a radial control of the size of the blur. |
− | * | + | * {{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 17:20, 7 September 2009
{{l|Category:Layers]]
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:
|
Image:BlurLayer-Params.png]] |
---|
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:
- {{l|#Fast Gaussian|Fast Gaussian Blur]]
- {{l|#Box|Box Blur]] See [1]
- {{l|#Cross Hatch|Cross Hatch Blur]]
- {{l|#Disc|Disc Blur]]
- {{l|#Gaussian| Gaussian Blur]] See [2]
Samples
Here are some samples of Blurs.
Fast Gaussian
Fast Gaussian Blur | |
Image:BlursFastGaussian.png]] | Image:Blurs2FastGaussian.png]] |
Box
Box Blur | |
Image:BlurBox.png]] | Image:Blurs2Box.png]] |
Cross Hatch
Cross Hatch Blur | |
Image:BlurCrossHatch.png]] | Image:Blurs2CrossHatch.png]] |
Disc
Disc Blur | |
Image:BlurDisc.png]] | Image:Blurs2Disc.png]] |
Gaussian
Gaussian Blur | |
Image:BlurGaussian.png]] | Image:Blurs2Gaussian.png]] |
Fast Gaussian Blur over all the layers |
Image:Blur.png]] |
See also
- {{l|Radial Blur Layer]] with a radial control of the size of the blur.
- {{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".