{"id":20311336,"url":"https://github.com/sofakingworld/convolution","last_synced_at":"2026-05-29T20:31:17.776Z","repository":{"id":104393791,"uuid":"85089315","full_name":"sofakingworld/convolution","owner":"sofakingworld","description":"convolution filters","archived":false,"fork":false,"pushed_at":"2017-03-17T14:02:39.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-14T12:16:57.401Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/sofakingworld.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":"2017-03-15T15:29:15.000Z","updated_at":"2017-03-15T15:31:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"cc8989d3-b456-4378-ba93-fdfd9ac63485","html_url":"https://github.com/sofakingworld/convolution","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/sofakingworld%2Fconvolution","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sofakingworld%2Fconvolution/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sofakingworld%2Fconvolution/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sofakingworld%2Fconvolution/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sofakingworld","download_url":"https://codeload.github.com/sofakingworld/convolution/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241809607,"owners_count":20023787,"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":"2024-11-14T17:36:53.504Z","updated_at":"2026-05-29T20:31:17.747Z","avatar_url":"https://github.com/sofakingworld.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Convolution application\n\n### [application demo](http://convolution.16mb.com)  \n\n### instructions:\n1. Clone repository\n2. Launch application at web server\n3. Upload Image at /index.php page\n4. Change Kernel and press \"aplly filter\"\n5. Look at result :3\n\n### Original Kernel\n0 0 0  \n0 1 0  \n0 0 0\n\n### Blur Kernel \n 1 1 1  \n 1 1 1  \n 1 1 1\n \n### Sharpen Kernel\n0 -1 0  \n-1 5 -1  \n0 -1 0\n\n### Right Sobel Kernel\n-1 0 1  \n-2 0 2  \n-1 0 1\n\n### Emboss Kernel\n-2 -1 0  \n-1 1 1  \n0 1 2\n\nMore Kernels at google\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsofakingworld%2Fconvolution","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsofakingworld%2Fconvolution","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsofakingworld%2Fconvolution/lists"}