diff options
| author | Mistivia <i@mistivia.com> | 2025-06-10 07:33:35 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-06-10 07:33:35 +0800 |
| commit | 2a5dcfb26f536d705a8f71548b24b2262ca7715e (patch) | |
| tree | 183a497f90ba1a2c05a37a280a7afbdb91555f9b /src/picture.h | |
| parent | 2aff272bd665705ae70eb7a34fa658e45d65269d (diff) | |
anti alias
Diffstat (limited to 'src/picture.h')
| -rw-r--r-- | src/picture.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/picture.h b/src/picture.h index fec5d36..5e50926 100644 --- a/src/picture.h +++ b/src/picture.h @@ -17,6 +17,7 @@ void delete_picture(Picture pic); void set_pixel(Picture pic, Vec2i pos, Color c); void normalize_picture(Picture pic); +Picture picture_downscale_2x(Picture pic); bool writeBMP(const char* filename, Picture pic); |
