Lucee Function Reference

imagefilter()

Executes a filter on the given image

Example

imagefilter(any image,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
image any  Yes The image on which this operation is performed.  
filtername string  Yes the name of the filter executed (average,block,blur ...)  
parameters struct  No parameters for the filter defined with argument filtername