+ incrustation & qsortrgb
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user