Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/seuristic/college-project-image-processing
- Owner: seuristic
- Created: 2020-10-24T10:47:56.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-30T18:07:48.000Z (about 2 years ago)
- Last Synced: 2024-08-17T11:51:34.414Z (5 months ago)
- Topics: bmp, c
- Language: C
- Homepage:
- Size: 2.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.