{"id":20882517,"url":"https://github.com/mr-sunglasses/reimg","last_synced_at":"2025-07-24T13:40:57.568Z","repository":{"id":237514398,"uuid":"758988745","full_name":"Mr-Sunglasses/reimg","owner":"Mr-Sunglasses","description":"reimg - An Image size manipulation API for md files.","archived":false,"fork":false,"pushed_at":"2024-09-23T10:53:58.000Z","size":53,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-11T01:41:35.445Z","etag":null,"topics":["fastapi","image-processing","open-source"],"latest_commit_sha":null,"homepage":"https://reimg.cfd","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mr-Sunglasses.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-17T16:57:41.000Z","updated_at":"2025-02-19T06:26:56.000Z","dependencies_parsed_at":"2024-05-02T10:24:22.791Z","dependency_job_id":"d2178ffc-f1d3-4ce3-bbe2-03141c3c529e","html_url":"https://github.com/Mr-Sunglasses/reimg","commit_stats":null,"previous_names":["mr-sunglasses/reimg"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Mr-Sunglasses/reimg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mr-Sunglasses%2Freimg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mr-Sunglasses%2Freimg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mr-Sunglasses%2Freimg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mr-Sunglasses%2Freimg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mr-Sunglasses","download_url":"https://codeload.github.com/Mr-Sunglasses/reimg/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mr-Sunglasses%2Freimg/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263226900,"owners_count":23433802,"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":["fastapi","image-processing","open-source"],"created_at":"2024-11-18T07:32:15.821Z","updated_at":"2025-07-02T22:33:19.449Z","avatar_url":"https://github.com/Mr-Sunglasses.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# reimg\n\n[![GitHub issues](https://img.shields.io/github/issues/Mr-Sunglasses/reimg)](https://github.com/Mr-Sunglasses/reimg)\n[![GitHub forks](https://img.shields.io/github/forks/Mr-Sunglasses/reimg)](https://github.com/Mr-Sunglasses/reimg/network)\n[![GitHub stars](https://img.shields.io/github/stars/Mr-Sunglasses/reimg)](https://github.com/Mr-Sunglasses/reimg)\n[![GitHub license](https://img.shields.io/github/license/Mr-Sunglasses/reimg)](https://github.com/Mr-Sunglasses/reimg/blob/master/LICENSE)\n[![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) ![contributions welcome](https://img.shields.io/static/v1.svg?label=Contributions\u0026message=Welcome\u0026color=0059b3\u0026style=flat-square) ![GitHub contributors](https://img.shields.io/github/contributors-anon/Mr-Sunglasses/reimg)\n\nA tool that can help you to resize images.\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"etc/reimg.png\"\u003e\n\u003c/p\u003e\n\n## The Problem\nI've been managing a my [blog](https://blog.kanishkk.me),which supports writing posts in markdown format. The biggest issue I've encountered is resizing images since markdown doesn't support HTML for this purpose. \n\n## Usage\n\n```\nhttps://reimg.cfd/?url=image_public_url\u0026width=image_width\u0026height=image_height\n```\n\n## Example Usage\n```\nhttps://reimg.cfd/?url=https://upload.wikimedia.org/wikipedia/commons/c/c3/NGC_4414_(NASA-med).jpg\u0026width=170\u0026height=140\n```\n![Image manipulated by reimg](https://reimg.cfd/?url=https://upload.wikimedia.org/wikipedia/commons/c/c3/NGC_4414_(NASA-med).jpg\u0026width=170\u0026height=140)\n\n## Local setup for development with docker\n\n```\ngit clone https://github.com/Mr-Sunglasses/reimg\n\ncd reimg\n\ndocker build -t reimg .\n\ndocker run -d -p 8080:8080 --name reimg-container reimg\n\n```\n\n## Local setup for development without docker\nNote: The project use [PDM](https://pdm-project.org/en/latest/) to manage dependencies, so make sure that your system have [pdm installed](https://pdm-project.org/en/latest/#installation)\n\n```\ngit clone https://github.com/Mr-Sunglasses/reimg\n\ncd reimg\n\npdm install\n\n# To run in development mode\npdm run dev\n\n# To run in production mode\npdm run start\n```\n\n\n## Contributing\n\nContributions are always welcome!\n\n## Authors\n\n- [@Mr-Sunglasses](https://www.github.com/Mr-Sunglasses)\n\n## License\n\n[WTFPL](http://www.wtfpl.net/)\n\n## 💪 Thanks to all Wonderful Contributors\n\nThanks a lot for spending your time helping reimg grow.\nThanks a lot! Keep rocking 🍻\n\n[![Contributors](https://contrib.rocks/image?repo=Mr-Sunglasses/reimg)](https://github.com/Mr-Sunglasses/reimg/graphs/contributors)\n\n## 🙏 Support++\n\nThis project needs your shiny star ⭐.\nDon't forget to leave a star ⭐️\n\n[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/) [![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmr-sunglasses%2Freimg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmr-sunglasses%2Freimg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmr-sunglasses%2Freimg/lists"}