User's Manual

MediaScript Objects and Methods 55
blurGaussianBlur()
Applies a Gaussian blur effect to the image.
NOTE: This function is “selection aware,” so that if a selection has been made, the system applies
it based on the current selection. For more information about making selections, see “selection()” on
page 129.
Syntax
blurGaussianBlur(
[Radius @ <value 0.10..250>]
);
Parameters
Radius - specifies the extent of the effect. The default is 1.00.
Example
var image = new Media();
image.load(name @ "peppers.tga");
image.blurGaussianBlur(Radius @ 5);
image.save(type @ "jpeg");
blurMoreBlur()
Applies a similar but stronger blur effect as the blurBlur() function.
NOTE: This function is “selection aware,” so that if a selection has been made, the system applies
it based on the current selection. For more information about making selections, see “selection()” on
page 129.
Syntax
blurMoreBlur()
Parameters
There are no parameters for this function.