{"id":26116586,"url":"https://github.com/barandev/bulk-image-optimizer","last_synced_at":"2026-06-08T14:32:38.766Z","repository":{"id":281567155,"uuid":"945667579","full_name":"BaranDev/bulk-image-optimizer","owner":"BaranDev","description":"A user-friendly bulk image optimization tool with a customizable GUI that supports multiple formats, resizing, and format conversion.","archived":false,"fork":false,"pushed_at":"2025-03-09T23:48:02.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T00:25:09.602Z","etag":null,"topics":["batch-processing","desktop-application","gui","image-compression","image-optimization","image-resizing","pillow","python","tkinter"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BaranDev.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2025-03-09T23:37:17.000Z","updated_at":"2025-03-09T23:48:05.000Z","dependencies_parsed_at":"2025-03-10T00:43:27.134Z","dependency_job_id":null,"html_url":"https://github.com/BaranDev/bulk-image-optimizer","commit_stats":null,"previous_names":["barandev/bulk-image-optimizer"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaranDev%2Fbulk-image-optimizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaranDev%2Fbulk-image-optimizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaranDev%2Fbulk-image-optimizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaranDev%2Fbulk-image-optimizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BaranDev","download_url":"https://codeload.github.com/BaranDev/bulk-image-optimizer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242828225,"owners_count":20192004,"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":["batch-processing","desktop-application","gui","image-compression","image-optimization","image-resizing","pillow","python","tkinter"],"created_at":"2025-03-10T09:46:56.261Z","updated_at":"2026-06-08T14:32:38.728Z","avatar_url":"https://github.com/BaranDev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"docs/images/icon.png\" alt=\"Image Optimizer Logo\" width=\"200\"/\u003e\n\u003c/p\u003e\n\n# Bulk Image Optimizer\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) [![Python 3.6+](https://img.shields.io/badge/python-3.6+-blue.svg)](https://www.python.org/downloads/) [![Pillow](https://img.shields.io/badge/Pillow-9.0+-blue.svg)](https://python-pillow.github.io)\n\nA powerful, user-friendly desktop application for bulk image optimization.\n\n## Features\n\n- **Batch Processing**: Optimize multiple images at once by selecting individual files or entire folders\n- **Format Support**: Works with JPEG, PNG, GIF, BMP, TIFF, and WebP files\n- **Quality Control**: Adjust JPEG quality and PNG compression levels\n- **Image Resizing**: Resize images while maintaining aspect ratio\n- **Format Conversion**: Convert images between formats\n- **User-Friendly Interface**: Clean, intuitive design for efficient workflow\n\n## Screenshot\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"docs/images/screenshot.jpg\" alt=\"Image Optimizer Screenshot\" width=\"400\"/\u003e\n\u003c/p\u003e\n\n## Installation for Users\n\n### Windows\n\n1. Download the latest release from the [Releases page](https://github.com/barandev/bulk-image-optimizer/releases)\n2. Run the app (`BulkImageOptimizer.exe`)\n3. Launch the application's executable file\n\n### macOS\n\n`! WIP !`\n\n### Linux\n\n`! WIP !`\n\n## Installation for Developers\n\n### Prerequisites\n\n- Python 3.6 or higher\n- Pillow (PIL Fork)\n\n### Installation Steps\n\n1. Clone this repository:\n\n   ```bash\n   git clone https://github.com/barandev/bulk-image-optimizer.git\n   cd bulk-image-optimizer\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n3. Run the application:\n   ```bash\n   python main.py\n   ```\n\n### Creating an Executable (for Developers)\n\nYou can create a standalone executable using PyInstaller:\n\n```bash\npip install pyinstaller\npyinstaller --onefile --windowed main.py\n\n# Optional parameters (add icons to docs\\images\\ in both .png and .ico types):\n# pyinstaller --name=\"BulkImageOptimizer\" --onefile --windowed --icon=\"docs\\images\\icon.ico\" --add-data=\"docs\\images\\icon.ico;.\" --add-data=\"docs\\images\\icon.png;.\" --clean --noconsole main.py\n```\n\nThe executable will be created in the `dist` directory.\n\n## Usage\n\n1. **Select Images**: Click \"Select Images\" to choose individual files or \"Select Folder\" to scan an entire directory\n2. **Configure Settings**:\n   - Adjust JPEG quality (10-100) **(85 by default)**\n   - Set PNG compression level (0-9) **(6 by default)**\n   - Enable/disable resizing and set maximum dimensions **(disabled by default)**\n   - Choose output format **(original by default)**\n   - Set output directory **(creates new folder with the name `optimized` on the source folder by default)**\n   - Toggle original filename preservation **(enabled by default)**\n3. **Start Optimization**: Click the \"START OPTIMIZATION\" button\n4. **Monitor Progress**: The progress bar and status text will keep you informed\n\n## Customization\n\nThe application is designed to be easily customized. At the top of the `main.py` file, you'll find several configuration sections:\n\n- **APP_TITLE and dimensions**: Modify the window title and size\n- **COLORS**: Change the color palette\n- **FONTS**: Update font families, sizes, and styles\n- **PADDING**: Adjust spacing throughout the interface\n- **TEXTS**: Modify all text labels and messages (useful for localization)\n- **DEFAULTS**: Change default optimization settings\n- **FORMATS**: Update supported file formats and extensions\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\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- [Pillow (PIL Fork)](https://python-pillow.org/) for image processing capabilities\n- [Tkinter](https://docs.python.org/3/library/tkinter.html) for the GUI framework\n\n## Roadmap\n\n- [ ] Add advanced optimization algorithms\n- [ ] Implement metadata preservation options\n- [ ] Add file size preview functionality\n- [ ] Add localization support\n- [ ] Implement batch rename features\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarandev%2Fbulk-image-optimizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbarandev%2Fbulk-image-optimizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbarandev%2Fbulk-image-optimizer/lists"}