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
- Host: GitHub
- URL: https://github.com/wizardous/image-editor
- Owner: Wizardous
- Created: 2020-01-12T18:27:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-14T18:19:21.000Z (over 6 years ago)
- Last Synced: 2023-12-17T12:34:46.621Z (over 2 years ago)
- Topics: image-manipulation, opencv-python, pyqt5, python3
- Language: Python
- Size: 1.92 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!