{"id":20912452,"url":"https://github.com/fogleman/thumbs","last_synced_at":"2025-08-11T21:45:06.278Z","repository":{"id":144926182,"uuid":"63450842","full_name":"fogleman/thumbs","owner":"fogleman","description":"Go binary that watches a folder for images and generates thumbnails of them.","archived":false,"fork":false,"pushed_at":"2016-07-16T02:15:39.000Z","size":3,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-13T08:43:29.036Z","etag":null,"topics":[],"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/fogleman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2016-07-15T21:03:36.000Z","updated_at":"2021-08-03T22:57:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"388827b1-88c1-418b-bbf7-ca613276ae00","html_url":"https://github.com/fogleman/thumbs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fogleman/thumbs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fogleman%2Fthumbs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fogleman%2Fthumbs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fogleman%2Fthumbs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fogleman%2Fthumbs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fogleman","download_url":"https://codeload.github.com/fogleman/thumbs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fogleman%2Fthumbs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266524930,"owners_count":23942840,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":[],"created_at":"2024-11-18T14:27:25.149Z","updated_at":"2025-07-22T16:06:34.749Z","avatar_url":"https://github.com/fogleman.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Thumbs\n\nGo binary that watches a folder for images and generates thumbnails of them.\n\n### Install\n\n    $ go get github.com/fogleman/thumbs\n\n### Run\n\nThe app will run forever, watching the `src` folder for images.\n\n    $ thumbs\n\nYou should probably use something like [supervisor](http://supervisord.org/) to\nlaunch and monitor the `thumbs` process.\n\nWant to generate thumbnails for images that already exist? Just do this while\n`thumbs` is running:\n\n    $ touch *.jpg *.png\n\n### Arguments\n\n    $ thumbs -src IMAGE_FOLDER -dst THUMB_FOLDER -w MAX_WIDTH -h MAX_HEIGHT -q JPG_QUALITY\n\nAll arguments are optional. See the defaults below.\n\n| Flag | Default | Description |\n| --- | --- | --- |\n| -src | `.` | directory to watch for images |\n| -dst | `thumbs` | directory to place thumbnails |\n| -w | 1024 | max thumbnail width |\n| -h | 1024 | max thumbnail height |\n| -q | 95 | thumbnail jpeg quality |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffogleman%2Fthumbs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffogleman%2Fthumbs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffogleman%2Fthumbs/lists"}