From f6b4a960b24d1a4c472631704e2a7ab9d3ab373f Mon Sep 17 00:00:00 2001 From: phyto Date: Wed, 5 May 2021 10:21:47 +0200 Subject: [PATCH] small tweaks --- Fonderie/README.md | 4 ++++ Fonderie/crapulator.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Fonderie/README.md b/Fonderie/README.md index bdd2548..51c4683 100644 --- a/Fonderie/README.md +++ b/Fonderie/README.md @@ -94,6 +94,10 @@ aussi bien en entrée qu'en sortie. Il est, à l'heure actuelle, assez rudimentaire, avec un paramétrage simpliste, et un manque criant de documentation... +Dans la même équipe, vous pouvez aussi aller contempler `glitches.c` +pour voir le genre de traitement que l'on fait subir à nox pixels +flottants. + ## Interpolator Un logiciel dont l'inspiration vient du passé et les améliorations diff --git a/Fonderie/crapulator.c b/Fonderie/crapulator.c index 1be2f71..e58d479 100644 --- a/Fonderie/crapulator.c +++ b/Fonderie/crapulator.c @@ -236,7 +236,7 @@ switch (idFx) { break; case CR_killlines: retval = kill_a_few_lines(image, fval, - image->height/20); + image->height/19); break; case CR_water: retval = bouger_les_pixels(image, 12);