new func: the max of max

This commit is contained in:
tTh
2023-10-07 19:19:49 +02:00
parent cfe9f8cdae
commit 2699476135
3 changed files with 71 additions and 8 deletions

View File

@@ -20,7 +20,7 @@
* https://git.tetalab.org/tTh/FloatImg
*/
#define FIMG_VERSION (226)
#define FIMG_VERSION (227)
#define RELEASE_NAME ("noname")
#define PATCH_LEVEL ("aaaa")
@@ -308,6 +308,8 @@ void fimg_drand48(FloatImg *fi, float kmul);
long fimg_count_negativ(FloatImg *fi);
long fimg_clamp_negativ(FloatImg *fi);
int fimg_max_of_max(FloatImg *img, float maxes[3]);
/* various funcs modules */
int fimg_load_from_png(char *filename, FloatImg *fimg);
int fimg_create_from_png(char *filename, FloatImg *fimg);