{"id":25951488,"url":"https://github.com/k1lgor/image-compressor","last_synced_at":"2026-05-07T12:34:44.527Z","repository":{"id":188263878,"uuid":"678400163","full_name":"k1lgor/image-compressor","owner":"k1lgor","description":"The Image Compression Web Application is a simple Flask-based web application that allows users to upload images for compression while maintaining image quality. The application utilizes the popular Python Imaging Library (PIL) to perform image compression.","archived":false,"fork":false,"pushed_at":"2023-12-02T12:18:53.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-12-02T13:32:21.325Z","etag":null,"topics":["flask","flask-application","image-compression","image-compressor","python","python3"],"latest_commit_sha":null,"homepage":"http://ec2-18-159-252-58.eu-central-1.compute.amazonaws.com","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/k1lgor.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}},"created_at":"2023-08-14T13:16:43.000Z","updated_at":"2023-08-15T11:17:23.000Z","dependencies_parsed_at":"2023-08-14T16:15:17.257Z","dependency_job_id":null,"html_url":"https://github.com/k1lgor/image-compressor","commit_stats":null,"previous_names":["k1lgor/image-compressor"],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k1lgor%2Fimage-compressor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k1lgor%2Fimage-compressor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k1lgor%2Fimage-compressor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k1lgor%2Fimage-compressor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/k1lgor","download_url":"https://codeload.github.com/k1lgor/image-compressor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241860003,"owners_count":20032318,"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":["flask","flask-application","image-compression","image-compressor","python","python3"],"created_at":"2025-03-04T13:48:36.436Z","updated_at":"2026-05-07T12:34:39.491Z","avatar_url":"https://github.com/k1lgor.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![codecov](https://codecov.io/gh/k1lgor/image-compressor/branch/master/graph/badge.svg?token=OWVSAGHDPL)](https://codecov.io/gh/k1lgor/image-compressor)\n\n# Image Compression Web Application\n\nThe Image Compression Web Application is a simple Flask-based web application that allows users to upload images for compression while maintaining image quality. The application utilizes the popular Python Imaging Library (PIL) to perform image compression.\n\n## Table of Contents\n\n- [Features](#features)\n- [Getting Started](#getting-started)\n  - [Prerequisites](#prerequisites)\n  - [Installation](#installation)\n  - [Running the Application](#running-the-application)\n- [Usage](#usage)\n  - [Uploading an Image](#uploading-an-image)\n- [Using Docker](#using-docker)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Features\n\n- Upload images for compression while maintaining quality.\n- Download the compressed image for further use.\n- User-friendly web interface powered by Flask.\n- Error messages for unsupported formats and compression failures.\n\n## Getting Started\n\n### Prerequisites\n\n- Python 3.6 or higher\n- Flask (pip install Flask)\n- Python Imaging Library (PIL) (pip install Pillow)\n\n### Installation\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/k1lgor/image-compressor.git\ncd image-compressor\n```\n\n2. Install the required dependencies:\n\n```bash\npip install -r requirements.txt\n```\n\n## Running the Application\n\n1. Navigate to the project directory:\n\n```bash\ncd image-compressor\n```\n\n2. Run the Flask application:\n\n```bash\nflask run\n```\n\n3. Open your web browser and go to http://localhost:5000 to access the application.\n\n## Usage\n\n### Uploading an Image\n\n1. Visit the application URL (e.g., http://localhost:5000).\n2. Click the \"Browse\" button to select an image from your local machine.\n3. Click the \"Compress and Download\" button to initiate the compression process.\n4. The iamge will be downloaded automatically.\n\n## Using Docker\n\nYou can also run the application using Docker and Docker Compose.\n\n1. Make sure you have Docker and Docker Compose installed.\n2. Build the Docker Image:\n\n```bash\ndocker build -t image-compressor .\n```\n\n3. Start the application using Docker Compose:\n\n```bash\ndocker-compose up -d\n```\n\n4. Open your web browser and go to http://localhost:5000 to access the application.\n\n## Contributing\n\nContributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.\n\n## Code Coverage\n\nFor detailed code coverage information, see the [Code Coverage Report](./README_COVERAGE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk1lgor%2Fimage-compressor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fk1lgor%2Fimage-compressor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk1lgor%2Fimage-compressor/lists"}