A simple application that manipulates the per-pixel values of BMP files. It averages the value based on its neighboring pixel values. RGB channels are calculated independently.
Written in C and on a Linux-environment
BMP file structure manipulation with Multi-threading for each color channel