From 0169fbade75cfc3db139ffb463b6de9cec20741b Mon Sep 17 00:00:00 2001 From: tTh Date: Thu, 6 Jul 2023 10:54:18 +0200 Subject: [PATCH] bla --- lib/fimg-math.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/fimg-math.c b/lib/fimg-math.c index 33f6a43..50ecc0c 100644 --- a/lib/fimg-math.c +++ b/lib/fimg-math.c @@ -396,6 +396,8 @@ if (fi->type != FIMG_TYPE_RGB) { return; } nbre = fi->width * fi->height; +// fprintf(stderr, "%s: %d pixels\n", __func__, nbre); + for (idx=0; idxR[idx] = drand48() * kmul; fi->G[idx] = drand48() * kmul;