Add class for converting Bitmaps to monochrome bytes representation

This commit is contained in:
2023-09-23 15:10:50 +02:00
parent 318e078de5
commit 55896d74f9
5 changed files with 113 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
tests = [['bitmap_test', 'bitmap_test_exe', ['bitmap_test/bitmap_test.cpp']],
['image_test', 'image_test_exe', ['image_test/image_test.cpp']]
['image_test', 'image_test_exe', ['image_test/image_test.cpp']],
['monochrome_test', 'monochrome_test_exe', ['monochrome_test/monochrome_test.cpp']]
]
foreach test : tests