X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=image%2Fimage.hpp;h=cfdf875f3228a95bc95bc1b74c32c76ef893400a;hb=59889aafe642e52742524da2c202a1003643fa94;hp=6b32f27df699f0abb49ec8e2b2130cbec6de19e7;hpb=08473e50e90059e75d6e7bce7e12be8bf6dd028b;p=apitrace diff --git a/image/image.hpp b/image/image.hpp index 6b32f27..cfdf875 100644 --- a/image/image.hpp +++ b/image/image.hpp @@ -104,6 +104,9 @@ public: }; +Image * +readPNG(std::istream &is); + Image * readPNG(const char *filename);