/imgprocalgs

Image processing algorithms implementation in pure Python :wrench:

Primary LanguagePythonMIT LicenseMIT

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.