Skip to content

harshpaal/EE610-image-editor

Repository files navigation

EE610-image-editor

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributors

About The Project

Image Editor

Introduction

The Basic Image Editor application is a simple and easy to use python based application which provide following basic image processing operations to apply and play with:

  • Histogram equalization
  • Gamma correction
  • Log transform
  • Image blurring
  • Image sharpening
  • Edge detection

Built With

Getting Started

Installation

  1. Clone the repo

    git clone https://github.com/harshpaal/EE610-image-editor.git
  2. Change the directory to EE610-image-editor

    cd EE610-image-editor
  3. Install requirements

    pip install -r requirements.txt

Running the GUI:

  1. Run the main.py file
    python main.py

How to contribute?

  1. Fork the Project
  2. Create your Feature Branch
    git checkout -b feature/ExampleFeature
  3. Commit your Changes
    git commit -m 'Added ExampleFeature'
  4. Push to the Branch
    git push origin feature/ExampleFeature
  5. Open a Pull Request

Contributors

Releases

No releases published

Packages

No packages published

Languages