|
SatDump 2.0.0-alpha-520736c72
|
Brightness/Contrast manipulation. More...
Go to the source code of this file.
Functions | |
| void | satdump::image::brightness_contrast (Image &image, float brightness, float contrast) |
| contrast and brightness correction, similar to Gimp | |
Brightness/Contrast manipulation.
| void satdump::image::brightness_contrast | ( | Image & | image, |
| float | brightness, | ||
| float | contrast ) |
contrast and brightness correction, similar to Gimp
| image | the image to use |
| brightness | brightness factor |
| contrast | contrast factor |