From be7ea3e0ff068a9c1a1449af6363d725de233308 Mon Sep 17 00:00:00 2001 From: le vieux Date: Thu, 25 Feb 2021 11:39:36 +0100 Subject: [PATCH] nice try ? --- Fonderie/crapulator.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Fonderie/crapulator.c b/Fonderie/crapulator.c index 582ffeb..10c50ee 100644 --- a/Fonderie/crapulator.c +++ b/Fonderie/crapulator.c @@ -105,7 +105,7 @@ FimgFilter3x3 diagonal = { 1.0, 0.0, -1.0, 0.0, -1.0, -2.0, }, - 1.0, 4.0 + 1.0, 0.0 }; switch (typef) { @@ -126,6 +126,7 @@ if (retval) { fprintf(stderr, "%s error %d on filter\n", __func__, retval); exit(1); } +(void)fimg_killborders(&img); /* nice try ? */ foo = fimg_auto_shift_to_zero(&img, &img); if (foo) {