{"id":19313641,"url":"https://github.com/mingrammer/round","last_synced_at":"2026-03-05T04:03:53.288Z","repository":{"id":48841556,"uuid":"224544749","full_name":"mingrammer/round","owner":"mingrammer","description":":cyclone: A command-line for rounding the images","archived":false,"fork":false,"pushed_at":"2023-03-10T07:35:47.000Z","size":6413,"stargazers_count":58,"open_issues_count":2,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-31T19:30:26.949Z","etag":null,"topics":["cli","image","round","rounding"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/mingrammer.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}},"created_at":"2019-11-28T01:14:51.000Z","updated_at":"2024-12-25T18:49:38.000Z","dependencies_parsed_at":"2024-01-28T03:05:37.061Z","dependency_job_id":"888ff5c4-f097-46bd-8132-91701ff806f1","html_url":"https://github.com/mingrammer/round","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/mingrammer/round","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mingrammer%2Fround","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mingrammer%2Fround/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mingrammer%2Fround/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mingrammer%2Fround/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mingrammer","download_url":"https://codeload.github.com/mingrammer/round/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mingrammer%2Fround/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30109078,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T03:40:26.266Z","status":"ssl_error","status_checked_at":"2026-03-05T03:39:15.902Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cli","image","round","rounding"],"created_at":"2024-11-10T00:40:32.586Z","updated_at":"2026-03-05T04:03:53.266Z","avatar_url":"https://github.com/mingrammer.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Round\n\nRound is a command-line for rounding the images.\n\n## Installation\n\n```\ngo get github.com/mingrammer/round\n```\n\n## Usage\n\nRound an image. (default option: **4** corners with **0.25** rounding rate)\n\n```shell\n$ round /path/to/image.png\n```\n\nRound multiple images.\n\n```shell\n$ round /path/to/image.png /path/to/image2.png\n$ round *.png\n```\n\nChange the rounding rate. (1.0 means that make an image circular)\n\n```shell\n$ round -r 0.5 /path/to/image.png\n$ round -r 1.0 /path/to/image.png\n```\n\nYou can round only specific corners.\n\n```shell\n# tl (top left), tr (top right), bl (bottom left), br (bottom right)\n$ round -c tl,br /path/to/image.png\n```\n\nAdd prefix or suffix to output files. (default suffix: **_rounded**)\n\n```shell\n$ round -p new -s _circle /path/to/square.png\n```\n\n##  Examples\n\n|          | rect+jpg                                                 | rect+png                                                 | square+jpg                                                 | square+png                                                 |\n| -------- | -------------------------------------------------------- | -------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- |\n| original | ![flower.jpg](examples/flower.jpg)                       | ![flower.png](examples/flower.png)                       | ![flower2.jpg](examples/flower2.jpg)                       | ![flower2.png](examples/flower2.png)                       |\n| half     | ![flower_r0.5.jpg](examples/flower_r0.5.jpg)             | ![flower_r0.5.png](examples/flower_r0.5.png)             | ![flower2_r0.5.jpg](examples/flower2_r0.5.jpg)             | ![flower2_r0.5.png](examples/flower2_r0.5.png)             |\n| leaf     | ![flower_leaf.jpg](examples/flower_leaf.jpg)             | ![flower_leaf.png](examples/flower_leaf.png)             | ![flower2_leaf.jpg](examples/flower2_leaf.jpg)             | ![flower2_leaf.png](examples/flower2_leaf.png)             |\n| circle   | ![new_flower_ciecle.jpg](examples/new_flower_circle.jpg) | ![new_flower_ciecle.png](examples/new_flower_circle.png) | ![new_flower2_ciecle.jpg](examples/new_flower2_circle.jpg) | ![new_flower2_ciecle.png](examples/new_flower2_circle.png) |\n\n|         | original   | half     | leaf                        | circle                      |\n| ------- | ---------- | -------- | --------------------------- | --------------------------- |\n| options | no options | `-r 0.5` | `-r 0.75 -c tl,br -s _leaf` | `-r 1.0 -p new_ -s _circle` |\n\nPhoto by Alex Blăjan on Unsplash\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmingrammer%2Fround","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmingrammer%2Fround","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmingrammer%2Fround/lists"}