new func: fimg_do_stripes(&fimg, 0);

This commit is contained in:
tTh
2022-09-19 11:58:30 +02:00
parent eedc9197db
commit 56073c0c80
3 changed files with 56 additions and 10 deletions

View File

@@ -20,7 +20,7 @@
* https://git.tetalab.org/tTh/FloatImg
*/
#define FIMG_VERSION (201)
#define FIMG_VERSION (202)
#define RELEASE_NAME ("noname")
/* XXX add a test for stdint.h / uint32_t XXX */
@@ -254,6 +254,7 @@ int fimg_displacement_0(FloatImg *psrc, FloatImg *pdst, int flags);
/* module funcs/rampes.c */
int fimg_hdeg_a(FloatImg *img, double dcoef);
int fimg_vdeg_a(FloatImg *img, double dcoef);
int fimg_do_stripes(FloatImg *img, int mode);
/* FIMG native file module */
int fimg_fileinfos(char *fname, int *datas);