diff options
Diffstat (limited to 'test.cpp')
-rw-r--r-- | test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ #include "libpng_wrapper.hpp" using namespace std; +//I was required to write a test function as part of the project; here I test libpng. void test_png() { png test_image("test_png.png", 500, 500); uint32_t w = test_image.width(); |