]> git.cworth.org Git - apitrace/blobdiff - image.hpp
Write PNG images instead.
[apitrace] / image.hpp
index 92749c6752d511e2b23c08b874ac39c3bd03321c..190b093adc1ea9e9ab136ccc29040545a2e53de7 100644 (file)
--- a/image.hpp
+++ b/image.hpp
@@ -59,7 +59,8 @@ public:
         delete [] pixels;
     }
 
-    void writeBMP(const char *filename) const;
+    bool writeBMP(const char *filename) const;
+    bool writePNG(const char *filename) const;
 };