An open API service indexing awesome lists of open source software.

https://github.com/wizardous/image-editor

A simple Python 3 application in PyQt5 for some image manipulations using CV2 Module
https://github.com/wizardous/image-editor

image-manipulation opencv-python pyqt5 python3

Last synced: about 1 year ago
JSON representation

A simple Python 3 application in PyQt5 for some image manipulations using CV2 Module

Awesome Lists containing this project

README

          

# Image-Editor
A simple Python 3 application in PyQt5 for some image manipulations using CV2 Module

#### Operations Added or planned to add:
- Image Rotation.
- Image color mode changer, color to grey and visa versa.
- Adding a white border to the image.
- Changing perspective of the image.
- Scaling the image.

The PyQt5 module is used here to create the whole working window.
The window consists menu actions to load image from Disk and also save edited one back. [Saving part is not implemented yet!]



This application is still **under development** and need a lot of work to do.


Always open to any advice about this project.

Happy Coding!