Tags · Functions · Objects
Lucee Function Reference
Choose a function:

Function IMAGEBLUR

Smooths image.

Example

imageblur(image image,[number blurRadius]):void

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Default Value Description
image image  Yes   The image on which this operation is performed.  
blurRadius number  No 3 The size of the blur radius.
Value must be greater than or equal to 3 and less than or equal to 10. The default value is 3.