bla du dimanche soir

This commit is contained in:
tTh
2023-07-10 02:26:57 +02:00
parent 0a482a7316
commit 82ffe1c2cc
5 changed files with 29 additions and 12 deletions

View File

@@ -110,6 +110,9 @@ for (y=0; y<hd; y++) {
return 0;
}
/* --------------------------------------------------------------------- */
/*
* this function can be optimized with direct pixel copy
*/
int fimg_extractor(FloatImg *in, FloatImg *out, FimgArea51 *rect)
{
int xs, ys, xd, yd;