X-Git-Url: https://eleni.mutantstargoat.com/git/?p=demo;a=blobdiff_plain;f=src%2Fimage.h;h=b09d5e719351a30b8b173a20b151465e55c60484;hp=d39e75026a13d9dedf2f1c236cb67996135e1bb1;hb=15cb9e608f3028a86ed878d726f1633bce9d6e04;hpb=77e44c5424bd5e6e7c6a706151fa786a56270e12 diff --git a/src/image.h b/src/image.h index d39e750..b09d5e7 100644 --- a/src/image.h +++ b/src/image.h @@ -5,7 +5,10 @@ class Image { public: int w; int h; - unsigned char *pixels; + int psz; + + bool is_float; + void *pixels; Image(); ~Image();