{"id":22783815,"url":"https://github.com/greg-kennedy/theartist","last_synced_at":"2025-03-30T15:16:49.032Z","repository":{"id":86779773,"uuid":"532388557","full_name":"greg-kennedy/TheArtist","owner":"greg-kennedy","description":"Processing version of After Dark 3.0 \"The Artist\" module","archived":false,"fork":false,"pushed_at":"2022-09-04T15:58:18.000Z","size":643,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-05T16:47:48.408Z","etag":null,"topics":["afterdark","art","edge-detection","image-filter","processing"],"latest_commit_sha":null,"homepage":"","language":"Processing","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/greg-kennedy.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-03T22:37:06.000Z","updated_at":"2022-09-04T15:50:18.000Z","dependencies_parsed_at":"2023-07-12T07:31:22.427Z","dependency_job_id":null,"html_url":"https://github.com/greg-kennedy/TheArtist","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greg-kennedy%2FTheArtist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greg-kennedy%2FTheArtist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greg-kennedy%2FTheArtist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greg-kennedy%2FTheArtist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/greg-kennedy","download_url":"https://codeload.github.com/greg-kennedy/TheArtist/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246334456,"owners_count":20760646,"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":["afterdark","art","edge-detection","image-filter","processing"],"created_at":"2024-12-11T22:09:32.223Z","updated_at":"2025-03-30T15:16:49.027Z","avatar_url":"https://github.com/greg-kennedy.png","language":"Processing","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The Artist\nProcessing version of After Dark 3.0 \"The Artist\" module\n![Sample output](https://repository-images.githubusercontent.com/532388557/dd3becb5-65fb-4065-af6b-8bb5aef6c104)\n\n## About\nThis is a Processing recreation of the After Dark 3.0 module \"The Artist\".  The screensaver takes an input image, then uses primitive shapes (circles or lines) to redraw it in increasing detail.  The result is a somewhat impressionistic rendering of the input.\n\nThe order of pixels drawn is determined by some form of edge-detection algorithm: areas of low detail are drawn first in large swatches.  Finely detailed areas are drawn later and with a smaller brush.\n\nHere is a video of the original module in action:\n\nhttps://youtu.be/kO0UFQP7hcs\n\nThis program is not a perfect recreation of the original, but it achieves artistic results all the same.  A number of \"knobs\" at the top of the file can be adjusted to change the output format or processing steps.\n\n## Technical\nInput images are converted to grayscale, optionally blurred, then Sobel edge detection is used to find detailed areas.  Finally, histogram equalization is applied to create a smooth progression of source range for drawing.\n\nNote that these steps are done on floating-point grayscale values, rather than using a PImage.  Using only 8 bits lacks precision for creating the final edge image.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreg-kennedy%2Ftheartist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgreg-kennedy%2Ftheartist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreg-kennedy%2Ftheartist/lists"}