Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Blika authored Sep 30, 2024
1 parent 7bd2755 commit 8dacc4f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 24-bit BMP reader
A simple C++ 24-bit BMP reader. Only read option is provided.</br>

# Usage
You need to provide file path of your BMP file to BMP constructor. Next you can read all its data. Only 24-bit BMPs are supported.</br>
No build process is required if you want to use it in your project.</br>

This test only displays black and white pixels from given images.</br>

0 comments on commit 8dacc4f

Please sign in to comment.