add "fimg_make_rndfluffy_lines" function

This commit is contained in:
tTh
2023-02-12 11:15:04 +01:00
parent 70694cf592
commit 7d66b09635
5 changed files with 84 additions and 3 deletions

View File

@@ -20,7 +20,7 @@
* https://git.tetalab.org/tTh/FloatImg
*/
#define FIMG_VERSION (212)
#define FIMG_VERSION (218)
#define RELEASE_NAME ("noname")
/* XXX add a test for stdint.h / uint32_t XXX */
@@ -174,6 +174,7 @@ int fimg_binarize(FloatImg *pimg, int notused);
int fimg_trinarize(FloatImg *pimg, int notused);
/* module sfx3.c */
int fimg_make_rndfluffy_lines(FloatImg *src, FloatImg *dst, int rndt);
int fimg_crump_hard(FloatImg *src, FloatImg *dst, float kval, int notused);
/* module sfx4.c */