Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.03 KB

README.md

File metadata and controls

54 lines (35 loc) · 1.03 KB

GUI image editor app using python and OpenCV

Image-Editor

Features

  • Draw over images
  • Apply filters like :
  • -Negative
    -Black & White
    -Sepia
    -Emboss
    -Gaussian Blur
    -Median Blur
  • Adjust image brightness and RGB values

Preview

final.mov

Run locally

Download the exe file and use it!

OR

clone the project

  git clone github.com/FaizAlam/Image-Editor

Go to the project directory

  cd Image-Editor

Install module dependencies

  pip3 install -r requirements.txt 

Start the app

  python init.py or Run & Debug