Image Manipulation with Python. Pillow library practice.
Created as training project to practice Image Processing and Manipulation.
Actions
collage_generator.py: calculates mean Red channel value for every RGB image in img.rar, sorts RGB images in img.rar by Red channel value in ascending order, generates collage of sorted images
3x3 collage generated by script actions
- Python 3.7
- Pillow 6.2.1
- NumPy 1.17.3
Tu run this project, install packages with pip:
pip install pillow
pip install numpy
Input data: img.rar extract to img folder
Project is in progress. TODO:
- modify get_collage function
Created by @mal - feel free to contact me!