add thermocol fx to fonderie

This commit is contained in:
tTh 2024-03-24 15:07:29 +01:00
parent 5afb90bedf
commit fa5e4d5acd
3 changed files with 7 additions and 1 deletions

View File

@ -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);

View File

@ -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

View File

@ -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;
}