TidyEdit is a Python desktop application that allows users to load images, apply filters and modifications, and save their edited images. The app is built using PyQt5, OpenCV, NumPy, and PIL libraries.
- Blur
- Sharpen
- Grayscale
- Crop
- Flip & Mirror
- Rotate
- Reverse Color
- Change Color Balance
- Adjust Brightness
- Adjust Contrast
- Adjust Saturation
- Add Noise
- Detect Edges
To use the TidyEdit, you will need to have Python 3.x installed on your system.
You can clone the repository and install the necessary dependencies using the following commands:
- git clone https://github.com/atikfirat/TidyEdit.git
pip install -r requirements.txt
- cd image-editor-app
To run the app, navigate to the project directory and run the following command:
python TidyEdit.py
The app will launch and display an interface with several buttons and a preview area. To load an image, click on the "Load Image" button and select an image from your file system. Once an image is loaded, you can apply filters and modifications to the image.
To save your edited image, click on the "Save Image" button and select a location and file name for the image.
TidyEdit is licensed under the MIT License. See the LICENSE file for more details.