new pattern (mircol_1) in mkfimg

This commit is contained in:
tth
2021-05-12 12:04:55 +02:00
parent 4a52c16e40
commit 07dde749ed
3 changed files with 28 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
* http://la.buvette.org/photos/cumul
*/
#define FIMG_VERSION 145
#define FIMG_VERSION 147
/*
* in memory descriptor
@@ -218,6 +218,7 @@ int fimg_save_as_bmp(FloatImg *src, char *outname, int flags);
int fimg_test_pattern(FloatImg *fimg, int type, double dval);
int fimg_draw_something(FloatImg *fimg);
int fimg_mircol_1(FloatImg *dst, float mval);
int fimg_multirandom(FloatImg *fimg, long nbpass);
/* file is 'funcs/utils.c' */