Logo

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

View My GitHub Profile

image manipulation

Image Manipulation with Python. Pillow library practice.

image

Table of contents

General info

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

Illustrations

3x3 collage generated by script actions

Collage

Technologies

Setup

Tu run this project, install packages with pip:

pip install pillow

pip install numpy

Input data: img.rar extract to img folder

Status

Project is in progress. TODO:

Get the code

To see the code of image manipulation, click here