I understand gamma topic but maybe not 100% and want to ask somebody to answer and clarify my doubts. As I understand
- there is a natural linear color space where color with value 100 is exactly four times brighter then color with value 25 and so on (it would be good to hold and process color images in that format/space
- when you will copy such linear light image onto device you would get wrong colors becouse generally some medium values would appear to dark sou you generally need to rise up this middle values by something like x <- power(x, 1/2.2) (or something)
this is reasonably clear, but now
are the normal everyday bitmap or jotpeg images gamma precomputed ? If they are when i would do some things al blending and so should i do some inverted-gamma to boath them to convert them to linear then add them and then gamma-correct them to result?
when out of scope would apperr it is better co cut colors or resacle it linearly into more wide range or something else?
tnx for answers