Color ungrading
2019-11-28 14:13:28
I DON'T have tools to do this, and it comes up for me all the time! It's like keystoning, one of the things that pops up all the time when people hand you photos you have to use elsewhere.
Here is something like it, though. I am putting a luminocity gradient layer on top:
Before:
After:
The effect is most noticeable at the top of that image. [BTW, that's me and one of my apps, AUMI].
The idea would be to create a mask out of sampled spots more sophisticated than this gradient is and apply it. It probably should be interpolating H, S & V.
I really should have made a few overlaid gradient layers in this case, because light does not fall off linearly.
It might be enough to just make the gradient layer, so layer compositing, masking, and opacity adjustments can be done by hand.
This is the kind of thing I'd like to code up by hand if you had plug-ins or scripts that could talk to your interface or something.
30 years ago (!) I wrote an animation program on Amiga that had a lot of built in stuff, but also could be entirely controlled by external scripts. That let me make up plugins to alter timing, build shapes and lines from external data, and use it to convert formats, make related color sets, run operating system commands, and much much more that had no place in the actual app, but were convenient for particular use cases. https://www.echonyc.com/~jhhl/VaporDocs/index.html
Here is something like it, though. I am putting a luminocity gradient layer on top:
Before:

After:

The effect is most noticeable at the top of that image. [BTW, that's me and one of my apps, AUMI].
The idea would be to create a mask out of sampled spots more sophisticated than this gradient is and apply it. It probably should be interpolating H, S & V.
I really should have made a few overlaid gradient layers in this case, because light does not fall off linearly.
It might be enough to just make the gradient layer, so layer compositing, masking, and opacity adjustments can be done by hand.
This is the kind of thing I'd like to code up by hand if you had plug-ins or scripts that could talk to your interface or something.
30 years ago (!) I wrote an animation program on Amiga that had a lot of built in stuff, but also could be entirely controlled by external scripts. That let me make up plugins to alter timing, build shapes and lines from external data, and use it to convert formats, make related color sets, run operating system commands, and much much more that had no place in the actual app, but were convenient for particular use cases. https://www.echonyc.com/~jhhl/VaporDocs/index.html
0