{"id":22276411,"url":"https://github.com/devcom33/advanced-image-editor-using-python","last_synced_at":"2026-04-30T17:31:50.068Z","repository":{"id":249550118,"uuid":"831816985","full_name":"devcom33/Advanced-Image-Editor-Using-Python","owner":"devcom33","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-21T18:13:46.000Z","size":1054,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-25T17:43:09.424Z","etag":null,"topics":["image-editing-app","image-processing","python-projects","python3","qt-python","qt5"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devcom33.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-21T17:36:51.000Z","updated_at":"2025-03-07T07:10:27.000Z","dependencies_parsed_at":"2024-07-21T19:46:39.864Z","dependency_job_id":"ff27dcae-f42b-428b-aa8a-037944b70a3c","html_url":"https://github.com/devcom33/Advanced-Image-Editor-Using-Python","commit_stats":null,"previous_names":["devcom33/advanced-image-editor-using-python"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devcom33/Advanced-Image-Editor-Using-Python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devcom33%2FAdvanced-Image-Editor-Using-Python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devcom33%2FAdvanced-Image-Editor-Using-Python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devcom33%2FAdvanced-Image-Editor-Using-Python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devcom33%2FAdvanced-Image-Editor-Using-Python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devcom33","download_url":"https://codeload.github.com/devcom33/Advanced-Image-Editor-Using-Python/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devcom33%2FAdvanced-Image-Editor-Using-Python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32472396,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["image-editing-app","image-processing","python-projects","python3","qt-python","qt5"],"created_at":"2024-12-03T14:14:41.873Z","updated_at":"2026-04-30T17:31:50.055Z","avatar_url":"https://github.com/devcom33.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advanced Image Editor Using Python\n\n## Description\n\nThis 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.\n\n## Features\n\n- **Gaussian Filter**: Smoothens the image using a Gaussian kernel.\n- **High Pass Filter**: Enhances the edges in the image.\n- **Histogram Equalization**: Improves the contrast of the image.\n- **Contour Detection**: Detects and draws contours in the image.\n- **Gaussian Noise Addition**: Adds Gaussian noise to the image.\n- **Mean Filter**: Applies a mean filter to the image.\n- **Low Pass Filter**: Smoothens the image using a low pass filter.\n- **Min-Max Smoothing**: Applies min-max smoothing to the image.\n- **Median Filter**: Applies a median filter to the image.\n- **Hybrid Median Filter**: Applies a hybrid median filter to the image.\n- **Morphological Operations**: Performs dilate, erode, open, and close operations on the image.\n\n## Requirements\n\n- Python 3.x\n- OpenCV\n- NumPy\n- SciPy\n- PyQt5\n\n## Installation\n\n1. **Clone the repository:**\n\n    ```bash\n    git clone https://github.com/devcom33/Advanced-Image-Editor-Using-Python.git\n    cd Advanced-Image-Editor-Using-Python\n    ```\n\n2. **Create and activate a virtual environment (optional but recommended):**\n\n    ```bash\n    python -m venv venv\n    source venv/bin/activate    # On Windows, use `venv\\Scripts\\activate`\n    ```\n\n3. **Install the required packages:**\n\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n## Usage\n\n1. **Run the GUI application:**\n\n    ```bash\n    python ui_app.py\n    ```\n\n2. **Load an image:**\n    - Click on `Open Image` and select the image you want to edit.\n\n3. **Apply filters:**\n    - Use the toolbar and menu options to apply various edits and effects to your image.\n\n4. **Save the image:**\n    - Click on `Save Image` to save your edited image.\n\n## Directory Structure\n```\nAdvanced-Image-Editor-Using-Python/\n├── README.md\n├── requirements.txt\n├── filter_image.py\n├── ui_app.py\n```\n\n\n## Screenshots\n\nHere are some screenshots of the application in action:\n\n### Main Interface\n![Main Interface](images/screenshot1.png)\n\n### Applying a Filter\n![Applying a Filter](images/screenshot2.png)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevcom33%2Fadvanced-image-editor-using-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevcom33%2Fadvanced-image-editor-using-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevcom33%2Fadvanced-image-editor-using-python/lists"}