classif trial in fimgfx

This commit is contained in:
tth
2021-04-20 17:46:54 +02:00
parent 4872ec698c
commit 2bd44fa853
2 changed files with 11 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
* http://la.buvette.org/photos/cumul
*/
#define FIMG_VERSION 133
#define FIMG_VERSION 134
/*
* in memory descriptor
@@ -210,7 +210,7 @@ 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 format_from_extension(char *fname);
char * extension_from_format(int fmt);