diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/main.cpp b/test/main.cpp index 6e4cb91..6cd6d74 100644 --- a/test/main.cpp +++ b/test/main.cpp @@ -58,6 +58,7 @@ int main(int argc, char* argv[]) TehImage::BMPImage bmp; bmp.readFromFile(infile); + bmp.writeToFile(outfile); // TehImage::PNGImage png; |
