Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.08 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.08 KB

image-manipulation

Image Manipulation with Python. Pillow library practice.

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

  • Python 3.7
  • Pillow 6.2.1
  • NumPy 1.17.3

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:

  • modify get_collage function

Contact

Created by @mal - feel free to contact me!