X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=gamma_expansion_effect.h;h=79926176ddf21688b80a8739ed991ec701d00b81;hp=f3e20c59ed95eba6030750cb04bf1846b37898fe;hb=3d1f6c11c53cd9d3d5c1fb60f4accf050b7f135e;hpb=3915264bd8fde4d550e47c10a67a2741625b9033 diff --git a/gamma_expansion_effect.h b/gamma_expansion_effect.h index f3e20c5..7992617 100644 --- a/gamma_expansion_effect.h +++ b/gamma_expansion_effect.h @@ -1,6 +1,12 @@ #ifndef _GAMMA_EXPANSION_EFFECT_H #define _GAMMA_EXPANSION_EFFECT_H 1 +// An effect to convert the given gamma curve into linear light, +// typically inserted by the framework automatically at the beginning +// of the processing chain. +// +// Currently supports sRGB and Rec. 601/709. + #include "effect.h" #include "effect_chain.h"