image_adjust(src, brightness, contrast)ΒΆ
Adjust the contrast and brightness of an image
Inputs
| name | type | default | description |
|---|---|---|---|
| src | image | Source image | |
| brightness | int | 0 | Brightness in range [0,255] to add to pixel. |
| contrast | float | 0.000 | Amount to scale existing pixel by. |
Outputs
| name | type | default | description |
|---|---|---|---|
| dst | image | Destination image |