thermocolr updated

This commit is contained in:
tTh
2024-03-27 08:50:17 +01:00
parent 4ecce5bdc0
commit 953462eb6e
3 changed files with 12 additions and 7 deletions

View File

@@ -20,7 +20,7 @@
* https://git.tetalab.org/tTh/FloatImg
*/
#define FIMG_VERSION (231)
#define FIMG_VERSION (234)
#define RELEASE_NAME ("noname")
#define PATCH_LEVEL ("aaaa")
@@ -32,8 +32,7 @@
/*
* new 11 mars 2022, and a lot of iterations
* around the concept of metadata for my work.
*/
/*
*
* we MUST look at packing and endianess problems NOW
* and we can think about a fixed size of this datablock
*/
@@ -232,6 +231,7 @@ int fimg_falsecolors_0(FloatImg *src, FloatImg *dst, int k, float valf);
/* funcs/fmorpho.c */
int fimg_filtre_morpho_0(FloatImg *sfimg, FloatImg *dfimg, int index);
int fimg_auto_thermique(FloatImg *src, FloatImg *dst, int k);
/* --> funcs/plasmas.c */
int fimg_prototype_plasma(FloatImg *img, double time, int type);