From dc12c3562d858cbe38a99cd751fee2917b8e122e Mon Sep 17 00:00:00 2001 From: Dylan Date: Thu, 30 Apr 2026 16:22:34 +1200 Subject: feat: Added support for another BMP header Also improved error handling slightly --- test/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'test') 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; -- cgit v1.2.3