{"id":27400871,"url":"https://github.com/butanium/image_of_life","last_synced_at":"2025-04-14T03:43:42.467Z","repository":{"id":46282592,"uuid":"325538535","full_name":"Butanium/Image_of_life","owner":"Butanium","description":"an implementation of game of life on images","archived":false,"fork":false,"pushed_at":"2021-11-02T12:17:59.000Z","size":1948,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-04-13T09:52:55.844Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Butanium.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":"2020-12-30T11:55:04.000Z","updated_at":"2022-01-17T15:47:22.000Z","dependencies_parsed_at":"2022-09-22T19:10:24.657Z","dependency_job_id":null,"html_url":"https://github.com/Butanium/Image_of_life","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Butanium%2FImage_of_life","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Butanium%2FImage_of_life/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Butanium%2FImage_of_life/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Butanium%2FImage_of_life/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Butanium","download_url":"https://codeload.github.com/Butanium/Image_of_life/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248819118,"owners_count":21166470,"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":[],"created_at":"2025-04-14T03:43:41.903Z","updated_at":"2025-04-14T03:43:42.457Z","avatar_url":"https://github.com/Butanium.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Image_of_life\nan implementation of game of life on images\nTo run it just download it and run it with your favorite python interpreter (I use pycharm). \nModify parameters.json to change the algorithm behavior.  \n  \n**Death color** define which color on the picture will be considered as dead cells  \ncan be : \"black\", \"white\", \"red\", \"blue\", \"green\"  \n  \n**Tolerance** define the tolerance of the algorithm for interprenting color as dead cells  \nit's an integer between 0 and 255*3  \n  \n**img_file** will be the name of the image you want the algorithm to use. The image HAS TO BE in the input_images folder and in .jpg format.\nvalue : \"image_name.jpg\"  \n  \n**delta_t** is the time waited between each iteration of the algorithm  \nvalue : a float number representing the nb of second  \n  \n**iterations** the nb of frame that will perform the algorithm  \nvalue : a positive integer  \n  \n**rules** :  \n**death** is the number of living cells around another living cells that will makes it die  \n**birth** is the number of living cells around an dead cell that will makes it be born  \nboth are array of number between 0 and 8\n\n\n![](DEMO-output.gif)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbutanium%2Fimage_of_life","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbutanium%2Fimage_of_life","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbutanium%2Fimage_of_life/lists"}