An open API service indexing awesome lists of open source software.

https://github.com/pandh4cker/bmp-processing

BMP Processing program implementing 2D Convolution and transforming filters
https://github.com/pandh4cker/bmp-processing

bmp canny-edge-detection convolution edge-enhancement filters grayscale middleware png processing transformers

Last synced: 2 months ago
JSON representation

BMP Processing program implementing 2D Convolution and transforming filters

Awesome Lists containing this project

README

          

# 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](http://www.fastgraph.com/help/bmp_header_format.html).