embarquement de la fonderie

This commit is contained in:
2020-11-02 01:25:00 +01:00
parent 364ce06130
commit d50f2145ba
11 changed files with 681 additions and 5 deletions

View File

@@ -83,6 +83,9 @@ for (y=0; y<psrc->height-1; y++) {
}
/* kill potential NaN values in last row or last column */
fimg_killborders(pdst);
return 0;
}
/* --------------------------------------------------------------------- */

View File

@@ -168,7 +168,8 @@ for (idx=0; idx<w; idx++) {
fimg_plot_rgb(img, idx, h-1, 0.0, 0.0, 0.0);
#endif
}
return -1;
return 0;
}
/* -------------------------------------------------------------------- */
int fimg_lissage_2x2(FloatImg *img)