From 7b15478612e981937a06a709d99b40d71abd6c20 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 23 Mar 2025 16:39:17 +0100 Subject: Restore support for preserve-gamma, with corrected order of application MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/gamma-coopgamma.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gamma-coopgamma.c') diff --git a/src/gamma-coopgamma.c b/src/gamma-coopgamma.c index 9818a88..6025da7 100644 --- a/src/gamma-coopgamma.c +++ b/src/gamma-coopgamma.c @@ -517,6 +517,7 @@ coopgamma_apply(struct gamma_state *state, const struct colour_setting *setting, fill_ramps_##SUFFIX((void *)(filter->ramps.u8.red),\ (void *)(filter->ramps.u8.green),\ (void *)(filter->ramps.u8.blue),\ + NULL, NULL, NULL,\ filter->ramps.u8.red_size,\ filter->ramps.u8.green_size,\ filter->ramps.u8.blue_size,\ -- cgit v1.2.3-70-g09d2