X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=effect_chain.h;h=045c9aa7832f7885570eccd69d7670ce39d92e28;hp=9622abc0eef1abf824b3b83f2c9fbdd151eef104;hb=35d1bceaf4ed0527339dc414bc1b070fa44a6e82;hpb=a592c55caca0fb654bad4ec43b84c46abcee21c2 diff --git a/effect_chain.h b/effect_chain.h index 9622abc..045c9aa 100644 --- a/effect_chain.h +++ b/effect_chain.h @@ -46,6 +46,9 @@ public: void render_to_screen(unsigned char *src); private: + void normalize_to_linear_gamma(); + void normalize_to_srgb(); + unsigned width, height; ImageFormat input_format, output_format; std::vector effects;