{"id":15171941,"url":"https://github.com/hansalemaos/cv2_stack_images","last_synced_at":"2026-01-28T18:05:26.226Z","repository":{"id":65143517,"uuid":"583458949","full_name":"hansalemaos/cv2_stack_images","owner":"hansalemaos","description":"Stacks 2 images (horizontal/vertical)","archived":false,"fork":false,"pushed_at":"2022-12-29T21:02:59.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-07T17:49:54.626Z","etag":null,"topics":["concat","cv2","images","numpy","python","stack"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/cv2-stack-images","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/hansalemaos.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}},"created_at":"2022-12-29T21:02:57.000Z","updated_at":"2022-12-29T21:05:47.000Z","dependencies_parsed_at":"2022-12-31T21:41:00.726Z","dependency_job_id":null,"html_url":"https://github.com/hansalemaos/cv2_stack_images","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hansalemaos/cv2_stack_images","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansalemaos%2Fcv2_stack_images","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansalemaos%2Fcv2_stack_images/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansalemaos%2Fcv2_stack_images/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansalemaos%2Fcv2_stack_images/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hansalemaos","download_url":"https://codeload.github.com/hansalemaos/cv2_stack_images/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansalemaos%2Fcv2_stack_images/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28848374,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T15:15:36.453Z","status":"ssl_error","status_checked_at":"2026-01-28T15:15:13.020Z","response_time":57,"last_error":"SSL_read: 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":["concat","cv2","images","numpy","python","stack"],"created_at":"2024-09-27T09:21:47.615Z","updated_at":"2026-01-28T18:05:26.209Z","avatar_url":"https://github.com/hansalemaos.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch2\u003eStacks 2 images (horizontal/vertical)\u003c/h2\u003e\n\n\n```python\n\n$pip install cv2-stack-images\nfrom cv2_stack_images import concat2images\n\n# Allowed image formats: url/path/buffer/base64/PIL/np\n# You must pass either width or height, but not both!\n# save_path is optional\n\nb1 = concat2images(\n    img1=r\"https://github.com/hansalemaos/screenshots/raw/main/colorfind3.png\",\n    img2=r\"https://github.com/hansalemaos/screenshots/raw/main/pic4.png\",\n    width=300,\n    save_path=\"f:\\\\concatimg\\\\vertical.png\",\n)\nb2 = concat2images(\n    img1=r\"https://github.com/hansalemaos/screenshots/raw/main/colorfind3.png\",\n    img2=r\"https://github.com/hansalemaos/screenshots/raw/main/pic4.png\",\n    height=300,\n    save_path=\"f:\\\\concatimg\\\\horizontal.png\",\n)\n\n```\n\n\u003cimg src=\"https://raw.githubusercontent.com/hansalemaos/screenshots/main/vertical.png\"/\u003e\n\n\n\u003cimg src=\"https://raw.githubusercontent.com/hansalemaos/screenshots/main/horizontal.png\"/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhansalemaos%2Fcv2_stack_images","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhansalemaos%2Fcv2_stack_images","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhansalemaos%2Fcv2_stack_images/lists"}