{"id":36684664,"url":"https://github.com/zeraye/dithering","last_synced_at":"2026-01-12T11:09:26.817Z","repository":{"id":215852444,"uuid":"725527144","full_name":"zeraye/dithering","owner":"zeraye","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-04T21:22:58.000Z","size":232,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-04T22:27:06.718Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://dithering-sigma.vercel.app/","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/zeraye.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":"2023-11-30T10:30:19.000Z","updated_at":"2025-03-04T21:22:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"130260bc-2f11-4fc9-b5b2-a155de880b11","html_url":"https://github.com/zeraye/dithering","commit_stats":null,"previous_names":["zeraye/dithering"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zeraye/dithering","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeraye%2Fdithering","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeraye%2Fdithering/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeraye%2Fdithering/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeraye%2Fdithering/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zeraye","download_url":"https://codeload.github.com/zeraye/dithering/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zeraye%2Fdithering/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28338970,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T10:58:46.209Z","status":"ssl_error","status_checked_at":"2026-01-12T10:58:42.742Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2026-01-12T11:09:24.889Z","updated_at":"2026-01-12T11:09:26.808Z","avatar_url":"https://github.com/zeraye.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dithering\n\n**dithering** is a web application used to present various dithering algorithms.\n\n## how to run\n\nThere different methods:\n\n- go to [project website](https://dithering-sigma.vercel.app/),\n- go to [docker](#docker) for more information,\n- go to [node](#node) for more information,\n- open [index.html](index.html) in your preferred browser (may break due to browser privacy rules).\n\n## docker\n\nBuild image\n\n```sh\ndocker build -f Dockerfile -t dithering .\n```\n\nRun\n\n```sh\ndocker run -d -p 8080:8080 dithering\n```\n\nGo to http://localhost:8080/.\n\n## node\n\nIf you have node and npm installed run following commands\n\n```sh\nnpm i http-server\nnpm run start\n```\n\nGo to http://localhost:8080/.\n\n## algorithms\n\n- average diffusion\n- error diffusion dithering\n- ordered dithering random\n- ordered dithering relative\n- popularity algorithm\n\nThe didactic basis for the algorithms were lectures and slides in the subject of computer graphics.\n\n## author\n\nAuthor of this project is Jakub Rudnik.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeraye%2Fdithering","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeraye%2Fdithering","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeraye%2Fdithering/lists"}