{"id":15890325,"url":"https://github.com/hansalemaos/create_empty_image","last_synced_at":"2026-04-30T00:03:00.809Z","repository":{"id":65141784,"uuid":"583245751","full_name":"hansalemaos/create_empty_image","owner":"hansalemaos","description":"Creates new/empty cv2 images/numpy arrays","archived":false,"fork":false,"pushed_at":"2022-12-29T07:44:09.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-07T03:54:48.779Z","etag":null,"topics":["cv2","numpy","python"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/create-empty-image/","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-29T07:42:17.000Z","updated_at":"2022-12-29T07:43:30.000Z","dependencies_parsed_at":"2023-01-10T14:33:14.438Z","dependency_job_id":null,"html_url":"https://github.com/hansalemaos/create_empty_image","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hansalemaos/create_empty_image","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansalemaos%2Fcreate_empty_image","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansalemaos%2Fcreate_empty_image/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansalemaos%2Fcreate_empty_image/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansalemaos%2Fcreate_empty_image/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hansalemaos","download_url":"https://codeload.github.com/hansalemaos/create_empty_image/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansalemaos%2Fcreate_empty_image/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32448883,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"ssl_error","status_checked_at":"2026-04-29T22:10:49.234Z","response_time":110,"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":["cv2","numpy","python"],"created_at":"2024-10-06T07:05:12.400Z","updated_at":"2026-04-30T00:03:00.790Z","avatar_url":"https://github.com/hansalemaos.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Creates new/empty cv2 images/numpy arrays \n\n```python\n$pip install create-empty-image\n\nfrom create_empty_image import create_new_image, create_new_image_same_size\n\na = create_new_image_same_size(\n    openimage=r\"https://github.com/hansalemaos/screenshots/raw/main/papag_00000003.png\",\n    color=(255, 255, 0),  # rgb\n)\n\nb = create_new_image(width=200, height=300, color=(0, 0, 120, 255))  # rgba\nc = create_new_image(width=200, height=300, color=(120,))  # gray\n\n```\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhansalemaos%2Fcreate_empty_image","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhansalemaos%2Fcreate_empty_image","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhansalemaos%2Fcreate_empty_image/lists"}