added binarize function

This commit is contained in:
2020-11-05 12:48:35 +01:00
parent 3cb969866f
commit 5b0670006a
2 changed files with 34 additions and 1 deletions

View File

@@ -40,6 +40,8 @@ int create_fifo(int nbslot, int w, int h, int t);
* funcs in 'sfx.c'
*/
int binarize(FloatImg *pimg, int notused);
int brotche_rand48_a(FloatImg *fimg, float ratio, float mval);
int brotche_rand48_b(FloatImg *fimg, float ratio, float mval);
int colors_brotcher(FloatImg *fimg, float fval);