Skip to content

marianhlavac/bipyt-courseproject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bipyt-courseproject

Course project for BI-PYT at FIT CTU

Screenshot

Imgur

Features

  • loading .png, .jpg and .gif files
  • filters
    • grayscale
    • invert
    • finding edges
    • adjusting brightness
  • reverting changes
  • exporting to .png, .jpg and .gif

Installation

  1. Install dependencies
 $ pip install -r requirements.txt
  1. Run
 $ python3 .

Known bugs

  • there is no functionality to zoom-out the pictures, working with large pictures is bad
  • there is no support for RGBA pictures, all of them are converted to RGB