From fa5e4d5acdaf4a7514b76075b73d91cdad11960a Mon Sep 17 00:00:00 2001 From: tTh Date: Sun, 24 Mar 2024 15:07:29 +0100 Subject: [PATCH] add thermocol fx to fonderie --- Fonderie/crapulator.c | 5 +++++ Fonderie/crapulors.liste | 1 + Fonderie/fonderie.c | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Fonderie/crapulator.c b/Fonderie/crapulator.c index 1ae8984d..ad53dc6e 100644 --- a/Fonderie/crapulator.c +++ b/Fonderie/crapulator.c @@ -483,6 +483,11 @@ switch (idFx) { retval = run_suprbg(image, 0); break; + case CR_thermocol: + /* new Wed Mar 20 19:42:42 UTC 2024 */ + retval = fimg_auto_thermique(image, image, 0); + break; + default : fprintf(stderr, "%s : effect #%d invalid\n", __func__, idFx); diff --git a/Fonderie/crapulors.liste b/Fonderie/crapulors.liste index 52965281..2cab3e0e 100644 --- a/Fonderie/crapulors.liste +++ b/Fonderie/crapulors.liste @@ -44,4 +44,5 @@ 60 gr2popcol 1 99 61 fluffy 1 0.12 62 suprbg 1 0 +80 thermocol 1 0 -1 end 1 1.0 diff --git a/Fonderie/fonderie.c b/Fonderie/fonderie.c index c9671d97..063c2f9b 100644 --- a/Fonderie/fonderie.c +++ b/Fonderie/fonderie.c @@ -259,7 +259,7 @@ if (verbosity > 1) { foo = demarre_la_machine(in_pattern, out_dir, fifosize, outfmt, blanks); -fprintf(stderr, "retour du big-run de la machine -> %d\n", foo); +fprintf(stderr, "retour du bigrun de la machine -> %d\n", foo); return 0; }