+ triplemul & little clean

This commit is contained in:
tth
2021-05-29 23:29:13 +02:00
parent 5a90dce59d
commit 49d2703612
4 changed files with 20 additions and 10 deletions

View File

@@ -4,7 +4,7 @@
* http://la.buvette.org/photos/cumul
*/
#define FIMG_VERSION 151
#define FIMG_VERSION 152
/*
* in memory descriptor
@@ -123,6 +123,9 @@ int fimg_highlight_color(FloatImg *src, FloatImg *dst,
int fimg_binarize(FloatImg *pimg, int notused);
int fimg_trinarize(FloatImg *pimg, int notused);
/* module sfx3.c */
/* module sfx4.c */
int fimg_sfx_triplemul(FloatImg *s, FloatImg *d, int notused);