start of the fake colors module

This commit is contained in:
tth
2022-05-18 11:55:01 +02:00
parent 3c551b6c7c
commit e224ab83b6
6 changed files with 88 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
* https://git.tetalab.org/tTh/FloatImg
*/
#define FIMG_VERSION (186)
#define FIMG_VERSION (187)
#define RELEASE_NAME ("noname")
/*
* in memory descriptor
@@ -189,6 +189,9 @@ int fimg_mix_rgb_gray(FloatImg *img, float mix);
int fimg_shift_to_zero(FloatImg *s, FloatImg *d, float coefs[6]);
int fimg_auto_shift_to_zero(FloatImg *s, FloatImg *d);
/* funcs/falsecolors.c */
int fimg_falsecolors_0(FloatImg *src, FloatImg *dst, int k, float valf);
/* --> funcs/plasmas.c */
int fimg_prototype_plasma(FloatImg *img, double time, int type);