ImageFilterKernel()
These are passed to the function ImageFilters (see ImageFilter() documentation).
The ImageFilterKernel function defines a matrix that describes how a specified pixel and its surrounding pixels affect the value computed for the pixel's position in the output image of a filtering operation.
The X origin and Y origin indicate the kernel matrix element that corresponds to the pixel position for which an output value is being computed.
Requires Extension: Image Extension for Jakarta EE (Lucee 7+)
ImageFilterKernel( width=number, height=number, data=any );
Returns: any
| Argument | Description |
|---|---|
|
width
number,
required
|
edit
width of the kernel |
|
height
number,
required
|
edit
height of the kernel |
|
data
any,
required
|
edit
kernel data in row major order |
Examples
editThere are currently no examples for this function.
See also
- Image manipulation
- ImageFilter()
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)