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

https://github.com/fel88/bitmappad


https://github.com/fel88/bitmappad

bitmap image-processing opencv

Last synced: about 1 month ago
JSON representation

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