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
-
Clone the repo
git clone https://github.com/harshpaal/EE610-image-editor.git
-
Change the directory to EE610-image-editor
cd EE610-image-editor
-
Install requirements
pip install -r requirements.txt
- Run the main.py file
python main.py
- Fork the Project
- Create your Feature Branch
git checkout -b feature/ExampleFeature
- Commit your Changes
git commit -m 'Added ExampleFeature'
- Push to the Branch
git push origin feature/ExampleFeature
- Open a Pull Request
- Harsh Pal - palharsh.india@gmail.com