making the doc

This commit is contained in:
tTh
2019-05-20 08:47:13 +02:00
parent 5564b24c54
commit 5b3381c7b3
3 changed files with 48 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
* floatimg.h
*/
#define FIMG_VERSION 58
#define FIMG_VERSION 60
/*
* in memory descriptor
@@ -60,7 +60,7 @@ int fimg_to_gray(FloatImg *head);
void fimg_add_cste(FloatImg *fi, float value);
void fimg_drand48(FloatImg *fi, float kmul);
/* variuos funcs modules */
/* various funcs modules */
int fimg_load_from_png(char *filename, FloatImg *fimg);
int fimg_create_from_png(char *filename, FloatImg *fimg);
int fimg_save_as_png(FloatImg *src, char *outname, int flags);