https://github.com/fel88/bitmappad
https://github.com/fel88/bitmappad
bitmap image-processing opencv
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/fel88/bitmappad
- Owner: fel88
- License: mit
- Created: 2023-05-22T18:03:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T21:49:32.000Z (about 1 year ago)
- Last Synced: 2025-01-24T10:09:15.540Z (3 months ago)
- Topics: bitmap, image-processing, opencv
- Language: C#
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BitmapPad
Handy tool to manipulate bitmap images.
OpenCV based
- Delete/extract alpha channel
- Split channels
- Binarization
- Blur
- Color range filtering
- Grayscale
- Resize/crop
- Dithering
etc..### Dithering
### Color range filter
### References
Dithering code from here: https://github.com/cyotek/Dithering