Skip to content

Image processing algorithms implementation in pure Python 🔧

License

Notifications You must be signed in to change notification settings

l3str4nge/imgprocalgs

Repository files navigation

ImageProcessingAlgorithms

Collection of common image processing algorithms. This project aims to learn digital image processing algorithms by coding them from scratch in Python >= 3.6. Small Flask application is used to generate output in website to see algorithm result.

Travis-CI is used for CI/CD environment.

Implemented so far:

Installation
git clone https://github.com/mateuszz0000/imgprocalgs
pip install -U imgprocalgs/
Usage

Different entry point is prepared for each type of algorithm:

imgprocalgs-sepia <OPTIONS>
imgprocalgs-tiltshift <OPTIONS>
imgprocalgs-dithering <OPTIONS>
imgprocalgs-negative <OPTIONS>
imgprocalgs-color-accent <OPTIONS>
Example


Contribution

Read our Contribution Guidelines before you contribute.