X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=laserbrain_demo;a=blobdiff_plain;f=src%2Fimage.h;h=1d169795386142e1266ceb624c0a188c2eec7d07;hp=9d668255c25ee4188f75c2320f0cdf1233b66d76;hb=e6e1e5deb60ccbb4fa175066820d81ad1bf1cefa;hpb=619c5f42a1bf0dcf16fd9210e0e4d7d42fecf5de diff --git a/src/image.h b/src/image.h index 9d66825..1d16979 100644 --- a/src/image.h +++ b/src/image.h @@ -40,6 +40,8 @@ public: void flip_vertical(); void rotate_180(); + void resize_half(); + bool load(const char *fname); bool save(const char *fname) const; };