Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 256 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 256 Bytes

BMP Processing

TD1: BMP Reader

In this part I made up a Reader for the Header of BMP files.

The size of a BMP Header is 54 bytes and I have been used the documentation for reading this header.