{"id":26219753,"url":"https://github.com/veralvx/thumber","last_synced_at":"2025-12-28T02:03:35.897Z","repository":{"id":279417470,"uuid":"938759365","full_name":"veralvx/thumber","owner":"veralvx","description":"Create thumbnails. Specify dimensions or aspect ratio. Resizes and blurs background if aspect ratio changes.","archived":false,"fork":false,"pushed_at":"2025-02-25T23:30:34.000Z","size":1224,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T23:04:56.015Z","etag":null,"topics":["aspect-ratio","blur","cover","cover-image","crop","crop-image","dimensions","image","image-blur","image-processing","images","thumbnail","thumbnail-generator","thumbnails"],"latest_commit_sha":null,"homepage":"","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/veralvx.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2025-02-25T13:09:01.000Z","updated_at":"2025-02-25T23:40:02.000Z","dependencies_parsed_at":"2025-03-02T23:04:56.648Z","dependency_job_id":null,"html_url":"https://github.com/veralvx/thumber","commit_stats":null,"previous_names":["lvxvvv/thumber","veralvx/thumber"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veralvx%2Fthumber","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veralvx%2Fthumber/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veralvx%2Fthumber/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veralvx%2Fthumber/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/veralvx","download_url":"https://codeload.github.com/veralvx/thumber/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243230063,"owners_count":20257645,"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":["aspect-ratio","blur","cover","cover-image","crop","crop-image","dimensions","image","image-blur","image-processing","images","thumbnail","thumbnail-generator","thumbnails"],"created_at":"2025-03-12T14:19:20.675Z","updated_at":"2025-12-28T02:03:35.801Z","avatar_url":"https://github.com/veralvx.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Thumber\n\nCreate thumbnails. Specify dimensions or aspect ratio. If the aspect ratio from the input image is altered, fills the background with the same image, but blurred. Alternatively, just crop it without blur.\n\nInstall using pip:\n\n```\npip install thumber\n```\n\n## Usage\n\n```\nthumber dimensions \u003cinput_image\u003e \u003cwidth\u003e \u003cheight\u003e [--blur \u003cblur_radius\u003e]\n\nthumber aspect \u003cinput_image\u003e \u003cratio\u003e [--blur \u003cblur_radius\u003e]\n\nthumber crop \u003cinput_image\u003e {--ratio \u003cratio\u003e | --width \u003cwidth\u003e --height \u003cheight\u003e}\n```\n\n\nValues for `\u003cmode\u003e`:\n \n- `dimensions`\n- `aspect`\n- `crop`\n\n\nExamples:\n\n- Produce a 1920x1080 image:\n\n```\nthumber dimensions image.png 1920 1080 --blur=30\n```\n\n- Produce an image whose width is 1.778x the height:\n\n```\nthumber aspect image.png 1.778 --blur=30\n```\n\nThe closer to 0, the lower is the blur effect\n\n\n- Produce a cropped image, without blur in the background:\n\n```\nthumber crop image.png --ratio=1.778\n```\n\n```\nthumber crop image.png --width=1920 --heigth=1080\n```\n\n## Gallery Examples\n\n\n| `babel.webp` (1024x1024)| `babel-dimensions-1920x1080.webp` | `babel-aspect-0.5.webp` | `babel-aspect-2.webp` | `babel-cropped-1920x1080.webp`|\n|:----:|:----:|:-----:|:----:|:----:|\n| ![](assets/babel.webp)| ![](assets/babel-dimensions-1920x1080.webp) | ![](assets/babel-aspect-0.5.webp) | ![](assets/babel-aspect-2.webp) | ![](assets/babel-cropped-1920x1080.webp)\n\n\n## License \n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveralvx%2Fthumber","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fveralvx%2Fthumber","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveralvx%2Fthumber/lists"}