work on experiment code

This commit is contained in:
tth
2021-05-10 00:44:29 +02:00
parent 73b8048dea
commit 0ea39f2f9a
6 changed files with 14 additions and 25 deletions

View File

@@ -4,7 +4,7 @@
* http://la.buvette.org/photos/cumul
*/
#define FIMG_VERSION 144
#define FIMG_VERSION 145
/*
* in memory descriptor
@@ -224,6 +224,7 @@ int fimg_multirandom(FloatImg *fimg, long nbpass);
void fimg_print_minmax(float minmax[6], char *titre);
int parse_WxH(char *str, int *pw, int *ph);
int parse_double(char *str, double *dptr);
int print_rectangle(char *str, FimgArea51 *rect);
int parse_rectangle(char *str, FimgArea51 *r, int notused);
int format_from_extension(char *fname);
char * extension_from_format(int fmt);