Lucee object methods reference
Object Method Image.filter
Executes a filter on the given image
Image.filter(string filtername,[struct parameters]):void
Category
image,filter
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
filtername | string | Yes | the name of the filter executed (average,block,blur ...) |
parameters | struct | No | parameters for the filter defined with argument filtername |