Name | Script Name | Type | Description | Supports None | Default | Minimum | Maximum |
Use red channel | ApplyToRed | Enumeration (Boolean) | If this value is true, the filter is applied to the red channel of the image. This value is ignored if ApplyToGrey is true. | No | True | | |
Bias | Bias | Integer | The bias value is added to the result pixel after the matrix and divisor are processed. It has the effect of shifting all pixels by a constant amount. | No | 0 | -100000 | 100000 |
Use green channel | ApplyToGreen | Enumeration (Boolean) | If this value is true, the filter is applied to the green channel of the image. If the ApplyToGrey value is true, this value is ignored. | No | True | | |
Divisor | Divisor | Integer | The divisor is used to divide the result pixel after the matrix has been applied. It allows you to simulate the user of real numbers as filter coefficients. | No | 1 | -100000 | 100000 |
Use grey values | ApplyToGrey | Enumeration (Boolean) | If true, the kernel is applied to the grey values in the image. The image type is not changed, but all pixels will be shades of grey. If this value is true, the specification of red, green and blue channel is ignored. | No | False | | |
Use blue channel | ApplyToBlue | Enumeration (Boolean) | If this value is true, the filter is applied to the blue channel of the image. If the ApplyToGrey value is true, this value is ignored. | No | True | | |
Kernel | Kernel | Tuple | A kernel is a tuple with 7 elements, each of which is itself a tuple of 7 integers. The outer tuples are rows in the kernel. | No | 0 | | |
General Settings | GeneralSettings | Parameter Repository | Contains parameters that control the execution of the command. | No |