From 2c407e5dd94214d2e28ba03c55a1b91b97481813 Mon Sep 17 00:00:00 2001 From: tTh Date: Sun, 8 Oct 2023 10:26:03 +0200 Subject: [PATCH] silent a message --- lib/contrast.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/contrast.c b/lib/contrast.c index 1f117ae..1139f01 100644 --- a/lib/contrast.c +++ b/lib/contrast.c @@ -116,7 +116,9 @@ int fimg_cos_01(FloatImg *s, FloatImg *d, double maxval) int nbre, idx; double dval; +#if DEBUG_LEVEL fprintf(stderr, ">>> %s ( %p %p %g )\n", __func__, s, d, maxval); +#endif if (s->type != FIMG_TYPE_RGB) { fprintf(stderr, "%s: type %d invalide\n",