{"id":19879516,"url":"https://github.com/pvlbzn/butcher","last_synced_at":"2026-05-11T07:47:04.741Z","repository":{"id":260192355,"uuid":"53369300","full_name":"pvlbzn/butcher","owner":"pvlbzn","description":"Image re-sizer for Android graphics which aware of output quality","archived":false,"fork":false,"pushed_at":"2016-05-25T08:32:25.000Z","size":1311,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-01T02:41:25.544Z","etag":null,"topics":["go","golang","image-processing","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pvlbzn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-03-08T00:26:42.000Z","updated_at":"2025-01-10T13:21:10.000Z","dependencies_parsed_at":"2024-10-30T03:52:27.044Z","dependency_job_id":null,"html_url":"https://github.com/pvlbzn/butcher","commit_stats":null,"previous_names":["pvlbzn/butcher"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pvlbzn/butcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pvlbzn%2Fbutcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pvlbzn%2Fbutcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pvlbzn%2Fbutcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pvlbzn%2Fbutcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pvlbzn","download_url":"https://codeload.github.com/pvlbzn/butcher/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pvlbzn%2Fbutcher/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263287892,"owners_count":23443086,"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":["go","golang","image-processing","python"],"created_at":"2024-11-12T17:08:45.722Z","updated_at":"2026-05-11T07:47:04.700Z","avatar_url":"https://github.com/pvlbzn.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Butcher\n\nButcher is an image cutter dedicated to prepare graphics for Android platform.\n\n### Structure\nThis repository contains two library-like implemintations: Python, Go. They produces almost the similar result. Almost because Python's uses `PIL`, Golang's uses `nfnt/resize` realization, thus results may vary.\n\n```\n.\n├── README.md\n├── gobutcher\n│   ├── butcher.go\n│   └── butcher_test.go\n└── pybutcher\n    ├── butcher.py\n    └── test_butcher.py\n```\n\n### gobutcher\n\n```\n.\n├── butcher.go\n└── butcher_test.go\n```\n\nGo's implementation contains library and tests for it. All tests are passing.\n\n```\n$ go test\n\nPASS\nok  \tgithub.com/pvlbzn/butcher/gobutcher\t0.119s\n```\n\n### pybutcher\n\n```\n.\n├── butcher.py\n└── test_butcher.py\n```\n\nPython's implementation contains library and tests for it. All tests are passing.\n\n```\n$ py.test\n\n=========================== 3 passed in 0.13 seconds ===========================\n```\n\n\n### Status\nProject is ready to use, works well, produces good results. However it lacks any CLI or interface, these only libraries. May be I'll write CLIs, but may be not, so you are very welcome to fork.\n\n\u003cbr\u003e\n\n### TODO\n\n- Add CLI\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpvlbzn%2Fbutcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpvlbzn%2Fbutcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpvlbzn%2Fbutcher/lists"}