first working version of singlepass
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user