{"id":23406928,"url":"https://github.com/mohamed-hanfy/imageprocessing","last_synced_at":"2026-05-18T07:33:19.512Z","repository":{"id":268897509,"uuid":"905795290","full_name":"Mohamed-hanfy/ImageProcessing","owner":"Mohamed-hanfy","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-19T14:38:38.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T00:07:12.819Z","etag":null,"topics":["gui","opencv","python"],"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/Mohamed-hanfy.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-12-19T14:36:44.000Z","updated_at":"2024-12-19T14:53:21.000Z","dependencies_parsed_at":"2024-12-22T22:35:39.506Z","dependency_job_id":null,"html_url":"https://github.com/Mohamed-hanfy/ImageProcessing","commit_stats":null,"previous_names":["mohamed-hanfy/imageprocessing"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mohamed-hanfy/ImageProcessing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohamed-hanfy%2FImageProcessing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohamed-hanfy%2FImageProcessing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohamed-hanfy%2FImageProcessing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohamed-hanfy%2FImageProcessing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mohamed-hanfy","download_url":"https://codeload.github.com/Mohamed-hanfy/ImageProcessing/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohamed-hanfy%2FImageProcessing/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262460335,"owners_count":23314716,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["gui","opencv","python"],"created_at":"2024-12-22T14:16:18.145Z","updated_at":"2026-05-18T07:33:19.482Z","avatar_url":"https://github.com/Mohamed-hanfy.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Image Processing GUI Application\n\nA user-friendly desktop application for basic image processing operations built with PyQt5 and OpenCV.\n\n## Features\n\n- Load and save images in multiple formats (PNG, JPG, JPEG, BMP)\n- Basic image operations:\n  - Resize images with custom dimensions\n  - Crop images with precise coordinates\n  - Rotate images at any angle\n  - Apply Gaussian blur\n  - Apply Median blur\n  - Reduce noise using bilateral filter\n- Real-time preview of changes\n- Simple and intuitive graphical interface\n- Comprehensive error handling\n\n## Prerequisites\n\n- Python 3.6 or higher\n- pip (Python package installer)\n\n## Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/yourusername/image-processor-gui.git\ncd image-processor-gui\n```\n\n2. Install required packages:\n```bash\npip install opencv-python numpy PyQt5\n```\n\n## Usage\n\n1. Run the application:\n```bash\npython image_processor.py\n```\n\n2. Using the application:\n   - Click \"Load Image\" to open an image file\n   - Select any operation from the available buttons\n   - Follow the dialog prompts to enter parameters\n   - Click \"Save Image\" to save your processed image\n\n## Operations Guide\n\n### Resize Image\n- Enter new width and height in pixels\n- The image will be resized while maintaining aspect ratio\n\n### Crop Image\n- Enter X and Y coordinates for the starting point\n- Specify desired width and height for the cropped area\n\n### Rotate Image\n- Enter rotation angle in degrees\n- Positive angles rotate clockwise\n- Negative angles rotate counter-clockwise\n\n### Blur Effects\n- Gaussian Blur: Enter kernel size (odd number)\n- Median Blur: Enter kernel size (odd number)\n- Larger kernel sizes create stronger blur effects\n\n### Noise Reduction\n- Automatically applies bilateral filter\n- Reduces noise while preserving edges\n\n## Error Handling\n\nThe application includes comprehensive error handling:\n- Input validation for all operations\n- File format validation\n- Processing error detection and user notifications\n- Graceful error recovery\n\n## Troubleshooting\n\nCommon issues and solutions:\n\n1. \"Please load an image first!\"\n   - Solution: Load an image before attempting any operations\n\n2. \"Error loading image\"\n   - Check if the file exists\n   - Verify the file format is supported\n   - Ensure you have read permissions\n\n3. \"Error processing image\"\n   - Verify input parameters are within valid ranges\n   - Check if the image is not corrupted\n   - Ensure sufficient system memory\n\n## System Requirements\n\n- Operating System: Windows, macOS, or Linux\n- RAM: 4GB minimum recommended\n- Display Resolution: 1024x768 or higher\n- Disk Space: 100MB for installation\n\n## Dependencies\n\n- PyQt5 (GUI framework)\n- OpenCV (Image processing)\n- NumPy (Array operations)\n\n## Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\n- OpenCV for image processing capabilities\n- PyQt5 for the GUI framework\n- Python community for various resources and inspiration\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohamed-hanfy%2Fimageprocessing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohamed-hanfy%2Fimageprocessing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohamed-hanfy%2Fimageprocessing/lists"}