Skip to content

This is a ImageEditor which is build on top of python, OpenCV, Numpy, pillow and tkinter. Which is capable of performing certain editing task on a image such as filters, crop, Draw, Light Adjustment etc.

YogeshBisht2307/image-editor

Repository files navigation

ImageEditor

What is Image Editor ?

It's a basic image editor which is capable of applying following operation on a photo.

  • Croping
  • RGB color Adjustment
  • Filters
  • Draw
  • Save as etc...

Getting Started

You just need to clone this repository using following command on your consol or Git Bash.

git clone git@github.com:YogeshBisht2307/ImageEditor.git Now open that folder on your editor and follow the prerequisite part..

Prerequisite

You need to install following dependencies before running this code.

  • pip install numpy
  • pip install opencv-python
  • pip install pillow

Now after installing following dependencies you will be able to use this ImageEditor to make basic edit on your image


#YogeshBisht

About

This is a ImageEditor which is build on top of python, OpenCV, Numpy, pillow and tkinter. Which is capable of performing certain editing task on a image such as filters, crop, Draw, Light Adjustment etc.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages