moving trinarize func

This commit is contained in:
tth
2021-03-26 05:40:45 +01:00
parent 2cf45fdbe5
commit 5d121dee87
4 changed files with 51 additions and 47 deletions

View File

@@ -4,7 +4,7 @@
* http://la.buvette.org/photos/cumul
*/
#define FIMG_VERSION 126
#define FIMG_VERSION 127
/*
* in memory descriptor
@@ -114,6 +114,7 @@ int fimg_highlight_color(FloatImg *src, FloatImg *dst,
/* module sfx2.c */
int fimg_binarize(FloatImg *pimg, int notused);
int fimg_trinarize(FloatImg *pimg, int notused);
/* funcs/rotate.c module */
/* #coronamaison */