is _clear_rectangle working ?

This commit is contained in:
tth
2021-10-19 03:56:56 +02:00
parent 0e79b3e8fa
commit 5845ab7962
5 changed files with 43 additions and 9 deletions

View File

@@ -4,7 +4,7 @@
* http://la.buvette.org/photos/cumul
*/
#define FIMG_VERSION 158
#define FIMG_VERSION 160
/*
* in memory descriptor
@@ -108,6 +108,7 @@ typedef struct {
int fimg_killborders(FloatImg *img);
int fimg_lissage_2x2(FloatImg *img);
int fimg_show_filter(char *title, FimgFilter3x3 *filtr);
int fimg_filter_3x3(FloatImg *s, FloatImg *d, FimgFilter3x3 *filtr);
@@ -248,6 +249,7 @@ int parse_rectangle(char *str, FimgArea51 *r, int notused);
int format_from_extension(char *fname);
char * extension_from_format(int fmt);
int fimg_clear_rectangle(FloatImg *pimg, int rect[4]);