Skip to content

Image Manipulation with Python. Pillow library practice.

Notifications You must be signed in to change notification settings

Malwoiniak/image-manipulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

Releases

No releases published

Packages

No packages published

Languages