{"id":27078725,"url":"https://github.com/phake-studio/image-proxy","last_synced_at":"2026-05-14T20:31:10.967Z","repository":{"id":263947806,"uuid":"880686998","full_name":"phake-studio/image-proxy","owner":"phake-studio","description":"🏞️ Image Proxy. Convert HEIC to PNG with Pillow and FastAPI","archived":false,"fork":false,"pushed_at":"2024-12-31T02:42:10.000Z","size":169,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-07T17:52:23.975Z","etag":null,"topics":["fastapi","heic-to-jpeg","heic-to-png","pillow","pillow-heif"],"latest_commit_sha":null,"homepage":"https://image.phake.app","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/phake-studio.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":"2024-10-30T07:00:21.000Z","updated_at":"2025-04-22T03:21:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"769bb4dd-4d3c-49ac-923f-a75eb10c68e3","html_url":"https://github.com/phake-studio/image-proxy","commit_stats":null,"previous_names":["fuongz/image-proxy","phake-studio/image-proxy"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/phake-studio/image-proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phake-studio%2Fimage-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phake-studio%2Fimage-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phake-studio%2Fimage-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phake-studio%2Fimage-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phake-studio","download_url":"https://codeload.github.com/phake-studio/image-proxy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phake-studio%2Fimage-proxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33042074,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"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":["fastapi","heic-to-jpeg","heic-to-png","pillow","pillow-heif"],"created_at":"2025-04-06T01:17:02.699Z","updated_at":"2026-05-14T20:31:10.946Z","avatar_url":"https://github.com/phake-studio.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Image Proxy - HEIC to PNG converter\n\n[![codecov](https://codecov.io/gh/fuongz/image-proxy/graph/badge.svg?token=TCMC32T0BW)](https://codecov.io/gh/fuongz/image-proxy) ![Unit Test](https://github.com/fuongz/image-proxy/actions/workflows/run_test.yml/badge.svg) ![GitHub Release](https://img.shields.io/github/v/release/fuongz/image-proxy)\n\n## Table of Contents\n\n- [Tech Stack](#tech-stack)\n- [Feature](#feature)\n- [Environment variables](#environment-variables)\n- [Demo](#demo)\n- [Development](#development)\n- [License](#license)\n\n## Tech stack:\n\n- FastAPI\n- Pillow\n\n## Features\n\n- [x] Convert image to any file extensions\n- [x] Resize image\n- [x] Support Bypass CORS\n- [ ] Support `.GIF` file\n\n## Environment variables\n\n```\nSUPPORTED_SCHEMES = [\"http\", \"https\"]\nMAX_FILE_SIZE = 12400000\nTIMEOUT = 15\nSUPPORTED_FILE_TYPES = [\n    \"image/png\",\n    \"image/jpeg\",\n    \"image/heif\",\n    \"image/heic\",\n    \"image/webp\",\n]\nSUPPORTED_OUTPUT_IMAGE_TYPES = [\"JPG\", \"JPEG\", \"PNG\", \"WEBP\"]\n```\n\n## Development\n\n1. Clone this repository\n\n```sh\ngit clone git@github.com:fuongz/image-proxy.git\n```\n\n2. Install the required dependencies\n\n```sh\n# with venv\n# python -m venv venv\n\npip install -r requirements.txt\n```\n\n3. Run with fastapi and expose to port 3000\n\n```sh\nfastapi dev app/main.py --port 3000\n```\n\n# License\n\n- [MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphake-studio%2Fimage-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphake-studio%2Fimage-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphake-studio%2Fimage-proxy/lists"}