C++ header file for representing bitmap images as a matrix of RGB pixels

1 Open Issue Need Help Last updated: Sep 13, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The current `Bitmap` class is limited to supporting only 8-bit depth (256 color) bitmap images. This issue proposes enhancing the class to support the full range of bit depths defined by the BMP file format, including 1-bit, 4-bit, 16-bit, 24-bit, and 32-bit images. This would allow the class to correctly read and process a wider variety of bitmap files.

Complexity: 4/5
enhancement good first issue

C++ header file for representing bitmap images as a matrix of RGB pixels

C++