Hi there! It's Malwina. I write programs to make things work.
I'm a biotechnologist who fell in love with robots and AI. I use Python to bring my ideas to life.
View My LinkedIn Profile
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
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:
To see the code of image manipulation, click here