From c7e2ab12ca08f40bc2bf83f030de72840ae4fd89 Mon Sep 17 00:00:00 2001 From: tth Date: Sat, 20 Mar 2021 20:32:25 +0100 Subject: [PATCH] nice func integrated in Fonderie --- Fonderie/crapulator.c | 5 +++++ Fonderie/crapulors.liste | 1 + 2 files changed, 6 insertions(+) diff --git a/Fonderie/crapulator.c b/Fonderie/crapulator.c index 10c50ee..d09a10d 100644 --- a/Fonderie/crapulator.c +++ b/Fonderie/crapulator.c @@ -297,6 +297,11 @@ switch (idFx) { retval = do_something(image, 3); break; + case CR_hilightr: + fprintf(stderr, "filter %d is a WIP\n", idFx); + retval = fimg_highlight_color(image, image, 'R', 1.717); + break; + default : fprintf(stderr, "%s : effect #%d invalid\n", __func__, idFx); diff --git a/Fonderie/crapulors.liste b/Fonderie/crapulors.liste index f1afc31..3873558 100644 --- a/Fonderie/crapulors.liste +++ b/Fonderie/crapulors.liste @@ -28,5 +28,6 @@ 30 multidots 100 1.333 31 diagonal 1 1.0 42 nothing 42 3.1415926 +45 hilightr 1 1.717 99 message 1 1.0 -1 end 1 1.0