{"id":50516470,"url":"https://github.com/fabianwimberger/img-convert-web","last_synced_at":"2026-06-03T00:31:16.061Z","repository":{"id":358247700,"uuid":"1240643069","full_name":"fabianwimberger/img-convert-web","owner":"fabianwimberger","description":"Private browser image converter for JPG, PNG, WebP, and AVIF. Resize locally and download files or ZIP archives.","archived":false,"fork":false,"pushed_at":"2026-05-16T12:25:20.000Z","size":102,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-16T13:44:06.544Z","etag":null,"topics":["avif","batch-processing","browser","github-pages","image-converter","image-resizing","jpeg","png","privacy","static-site","web-app","webp"],"latest_commit_sha":null,"homepage":"https://fabianwimberger.github.io/img-convert-web/","language":null,"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/fabianwimberger.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-16T11:41:19.000Z","updated_at":"2026-05-16T12:24:43.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/fabianwimberger/img-convert-web","commit_stats":null,"previous_names":["fabianwimberger/img-convert-web"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/fabianwimberger/img-convert-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabianwimberger%2Fimg-convert-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabianwimberger%2Fimg-convert-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabianwimberger%2Fimg-convert-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabianwimberger%2Fimg-convert-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabianwimberger","download_url":"https://codeload.github.com/fabianwimberger/img-convert-web/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabianwimberger%2Fimg-convert-web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33843611,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-02T02:00:07.132Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["avif","batch-processing","browser","github-pages","image-converter","image-resizing","jpeg","png","privacy","static-site","web-app","webp"],"created_at":"2026-06-03T00:31:13.271Z","updated_at":"2026-06-03T00:31:16.058Z","avatar_url":"https://github.com/fabianwimberger.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CI](https://github.com/fabianwimberger/img-convert-web/actions/workflows/ci.yml/badge.svg)](https://github.com/fabianwimberger/img-convert-web/actions/workflows/ci.yml)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n# img-convert-web\n\nPrivate browser image conversion for resizing and exporting images without an upload step.\n\n## Background\n\nPublishing a handful of images should not require a desktop batch tool, a cloud upload, or a full editing suite. `img-convert-web` brings the most common publishing workflow from [img-convert](https://github.com/fabianwimberger/img-convert) into the browser: drop images in, choose the output format and size, then download web-ready files.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/screenshot.png\" width=\"100%\" alt=\"img-convert-web UI\"\u003e\n  \u003cbr\u003e\u003cem\u003eDrop images, choose format and size, convert locally, then download files or a ZIP archive\u003c/em\u003e\n\u003c/p\u003e\n\n## Features\n\n- **Private by default** — files are decoded, resized, and encoded in the browser\n- **Multiple output formats** — export JPG, PNG, WebP, and AVIF when supported by the browser\n- **Flexible resizing** — keep original dimensions, target a short side, or limit total megapixels\n- **Custom output controls** — tune lossy quality and choose the JPG background color for transparent images\n- **Batch workflow** — convert several images at once and download individual files or one ZIP archive\n- **Fast preview** — inspect the selected image before and after conversion\n- **Static hosting** — runs from GitHub Pages without a backend service\n- **Light and dark themes** — matches the desktop [img-convert](https://github.com/fabianwimberger/img-convert) visual style\n\n## Live App\n\nUse the hosted app at [fabianwimberger.github.io/img-convert-web](https://fabianwimberger.github.io/img-convert-web/).\n\n## Quick Start\n\n```bash\n# Clone the repository\ngit clone https://github.com/fabianwimberger/img-convert-web.git\ncd img-convert-web\n\n# Serve the static app locally\npython3 -m http.server 8000 --directory docs\n```\n\nOpen `http://localhost:8000`.\n\n## How It Works\n\n```mermaid\nflowchart LR\n    A[Drop images] --\u003e B[Choose format and size]\n    B --\u003e C[Browser decode]\n    C --\u003e D[Canvas resize]\n    D --\u003e E[Browser encode]\n    E --\u003e F[Download files or ZIP]\n```\n\nImage data stays on the local device. Available output formats depend on the browser's canvas encoder support, so unsupported formats are disabled automatically.\n\n## Configuration\n\nNo environment variables are required.\n\n| Variable | Default | Description |\n| -------- | ------- | ----------- |\n| N/A      | N/A     | Static GitHub Pages deployment from `docs/` |\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md). Please report security issues privately; see [SECURITY.md](SECURITY.md).\n\n## License\n\nMIT License — see [LICENSE](LICENSE) file.\n\n### Third-Party Licenses\n\n| Component | License | Source |\n| --------- | ------- | ------ |\n| None      | N/A     | N/A    |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabianwimberger%2Fimg-convert-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabianwimberger%2Fimg-convert-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabianwimberger%2Fimg-convert-web/lists"}