| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This Advanced Image Editor is a simple yet powerful tool built using Python, OpenCV, and NumPy. It allows users to apply various filters and image processing techniques to their images through a graphical user interface. The application is designed for both educational purposes and practical use cases, providing a clear demonstration of basic image processing operations.
Clone the repository:
git clone https://github.com/devcom33/Advanced-Image-Editor-Using-Python.git
cd Advanced-Image-Editor-Using-PythonCreate and activate a virtual environment (optional but recommended):
python -m venv venv
source venv/bin/activate # On Windows, use `venv\Scripts\activate`Install the required packages:
pip install -r requirements.txtRun the GUI application:
python ui_app.pyLoad an image:
Apply filters:
Save the image:
Advanced-Image-Editor-Using-Python/ ├── README.md ├── requirements.txt ├── filter_image.py ├── ui_app.py
Here are some screenshots of the application in action:
| Back | FazBrowse Home | New Git URL |