adding a file loading func - ugly code

This commit is contained in:
2019-12-18 14:39:47 +01:00
parent 452bc6cf29
commit 538023b586
2 changed files with 44 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
* floatimg.h
*/
#define FIMG_VERSION 81
#define FIMG_VERSION 82
/*
* in memory descriptor
@@ -91,6 +91,7 @@ int fimg_mk_gray_from(FloatImg *src, FloatImg*dst, int k);
/* FIMG files module */
int fimg_fileinfos(char *fname, int *datas);
int fimg_dump_to_file(FloatImg *head, char *fname, int notused);
int fimg_load_from_dump(char *fname, FloatImg *where);
int fimg_create_from_dump(char *fname, FloatImg *head);
/* mathematics operations */