aboutsummaryrefslogtreecommitdiff
path: root/test/main.cpp
diff options
context:
space:
mode:
authorDylan <boss@tehbox.org>2026-04-30 16:22:34 +1200
committerDylan <boss@tehbox.org>2026-04-30 16:22:34 +1200
commitdc12c3562d858cbe38a99cd751fee2917b8e122e (patch)
tree6ea8f5694396008627788861343d0e22bc0676ad /test/main.cpp
parentb1eeaeb1e899dab64ce7bd21611e072cbca4107c (diff)
downloadtehimage-dc12c3562d858cbe38a99cd751fee2917b8e122e.tar.gz
tehimage-dc12c3562d858cbe38a99cd751fee2917b8e122e.zip
feat: Added support for another BMP header
Also improved error handling slightly
Diffstat (limited to 'test/main.cpp')
-rw-r--r--test/main.cpp1
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;