]> git.cworth.org Git - apitrace/blobdiff - image.hpp
Write PNG images instead.
[apitrace] / image.hpp
index 4d57de112f96c104f6ccd71a2b97c78b1cee0d04..190b093adc1ea9e9ab136ccc29040545a2e53de7 100644 (file)
--- a/image.hpp
+++ b/image.hpp
@@ -60,6 +60,7 @@ public:
     }
 
     bool writeBMP(const char *filename) const;
+    bool writePNG(const char *filename) const;
 };