Computeiful / Computeiful/EzBmp
Add support for other BMP headers
Open
enhancement
good first issue
Hacktoberfest
- Dominant language
- C
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
There are a [few different DIB headers](https://en.wikipedia.org/wiki/BMP_file_format#DIB_header_(bitmap_information_header)) that a BMP image file can have. We only support one right now `BITMAPINFOHEADER` and adding support for more will improve the library's compatibility.
This should idealy be quite a small change.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.