fimg_contour_2x2 is working !!!

This commit is contained in:
2020-10-07 11:32:23 +02:00
parent a3e2cf55fc
commit 6a33b1d318
5 changed files with 127 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
* ugly code from tTh
*/
#define FIMG_VERSION 108
#define FIMG_VERSION 109
/*
* in memory descriptor
@@ -59,7 +59,7 @@ int fimg_type_is_valid(int type);
int fimg_print_version(int k);
void fimg_print_sizeof(void);
void fimg_print_sizeof(void);
void fimg_printhead(FloatImg *h);
int fimg_describe(FloatImg *head, char *txt);
char *fimg_str_type(int type);
@@ -97,6 +97,9 @@ int fimg_killborders(FloatImg *img);
int fimg_lissage_2x2(FloatImg *img);
int fimg_filter_3x3(FloatImg *s, FloatImg *d, FimgFilter3x3 *filtr);
int fimg_contour_2x2(FloatImg *psrc, FloatImg *pdst, int notused);
/* 'sfx0' module */
int fimg_killcolors_a(FloatImg *fimg, float fval);
int fimg_killcolors_b(FloatImg *fimg, float fval);