Open Issues Need Help
View All on GitHub Support multiple bit depths about 2 hours ago
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