new func: fimg_halfsize_1

This commit is contained in:
tth
2021-04-09 19:04:59 +02:00
parent b8a4514773
commit 27af6d5282
5 changed files with 73 additions and 8 deletions

View File

@@ -4,7 +4,7 @@
* http://la.buvette.org/photos/cumul
*/
#define FIMG_VERSION 131
#define FIMG_VERSION 132
/*
* in memory descriptor
@@ -158,6 +158,7 @@ int fimg_desaturate(FloatImg *src, FloatImg *dst, int notused);
/* module funcs/geometry.c */
int fimg_halfsize_0(FloatImg *src, FloatImg *dst, int notused);
int fimg_halfsize_1(FloatImg *src, FloatImg *dst, int notused);
int fimg_displacement_0(FloatImg *psrc, FloatImg *pdst, int flags);