filters = filter(type = "gamma", gamma = 2.2)
would just take all the RGB values and raise them to the 2.2 power. Should be pretty trivial to implement
ID:2537667
![]() Jan 15 2020, 3:00 pm
|
|||||||
| |||||||
Would be nice to have a gamma filter, something like this
filters = filter(type = "gamma", gamma = 2.2)
would just take all the RGB values and raise them to the 2.2 power. Should be pretty trivial to implement |