+ incrustation & qsortrgb

This commit is contained in:
2021-01-11 22:22:03 +01:00
parent da4ae7c82f
commit 1f7ea9c394
6 changed files with 101 additions and 30 deletions

View File

@@ -35,8 +35,8 @@ x4 = dst->width / 4, y4 = dst->height / 4;
for (y=0; y<y4; y++) {
for (x=0; x<x4; x++) {
fimg_get_rgb(src, x*4, y*4, rgb);
fimg_put_rgb(dst, x+9, y+9, rgb);
fimg_get_rgb(src, x*4, y*4, rgb);
fimg_put_rgb(dst, x+19, y+19, rgb);
}
}