Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/seuristic/college-project-image-processing

Full program to process any BMP(BitMap) image in C
https://github.com/seuristic/college-project-image-processing

bmp c

Last synced: about 1 month ago
JSON representation

Full program to process any BMP(BitMap) image in C

Awesome Lists containing this project

README

        

# Image Processing Program in C
Simple program to process any **BMP** image file.

## Features
- Provides details of image
- Read and Set pixel value at any coordinates
- Converts to:
- Grey Image
- Binary Image
- Negative Image
- Crop image
- Reflection property
- Filters(3) :rocket:
- Zoom In and Out
- Translation of image
- Rotation of image :rocket:
- Morphing :fire:
- Detection Change :fire:

After doing any operation, one can restore the image using Restore option in program.

## Screen Shots

### Menu



### Effects

- Original BMP Image



1. Gray Scale



2. Binary



3. Negative



### Filters

1. *Blur*



2. *Motion Blur*



3. *Sharpen*



...many more.