first working version of singlepass

This commit is contained in:
2021-01-13 16:09:27 +01:00
parent 0d536187fd
commit 35e7354396
12 changed files with 135 additions and 30 deletions

View File

@@ -242,6 +242,7 @@ for (x=0; x<pimg->width; x++) {
|| ny>=pimg->height )
continue;
/* XXX optimize here ? */
fimg_get_rgb(pimg, nx, ny, rgb);
fimg_put_rgb(pimg, x, y, rgb);