{"id":19438927,"url":"https://github.com/danwild/color-correction-server","last_synced_at":"2025-07-26T07:07:52.970Z","repository":{"id":78506379,"uuid":"82020151","full_name":"danwild/color-correction-server","owner":"danwild","description":"Request a remote image, with modified RGB channels","archived":false,"fork":false,"pushed_at":"2017-02-20T05:37:33.000Z","size":180,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-25T07:17:54.348Z","etag":null,"topics":["color","rgb","rgb-color","tile-server","tileserver","wms"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danwild.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":"2017-02-15T04:27:04.000Z","updated_at":"2017-02-16T04:26:17.000Z","dependencies_parsed_at":"2023-05-21T02:30:34.221Z","dependency_job_id":null,"html_url":"https://github.com/danwild/color-correction-server","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"38933dc644c4f105226851d0aba717e72dd96fe5"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/danwild/color-correction-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danwild%2Fcolor-correction-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danwild%2Fcolor-correction-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danwild%2Fcolor-correction-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danwild%2Fcolor-correction-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danwild","download_url":"https://codeload.github.com/danwild/color-correction-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danwild%2Fcolor-correction-server/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267133854,"owners_count":24040786,"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","status":"online","status_checked_at":"2025-07-26T02:00:08.937Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["color","rgb","rgb-color","tile-server","tileserver","wms"],"created_at":"2024-11-10T15:20:17.547Z","updated_at":"2025-07-26T07:07:52.919Z","avatar_url":"https://github.com/danwild.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# color-correction-server\nA simple nodejs express proxy server. Used to request a remote image with modified RGB channels.\n\n## GET params\n```javascript\n{\n\turl: 'http://example.com/cat.jpeg' // the url of the target image\n\tr_min: 4, // min valid value for red channel\n\tr_max: 70, // max valid value for red channel\n\tg_min: 4, // min valid value for green channel\n    g_max: 40, // max valid value for green channel\n    b_min: 4, // min valid value for blue channel\n    b_max: 40, // max valid value for blue channel\n}\n```\n\nRGB params define the valid range for each channel, valid color values are then 'stretched' out to cover the 0-255 channel. \n\n## Example\nFor example, we can query a true color satellite image from NASA and modify RGB channels so we see more detail in the green/blue channels - i.e. ocean colors.\n\n|Before|After|\n|---|---|\n|![Screenshot](/screenshots/original.jpeg?raw=true)|![Screenshot](/screenshots/example.jpeg?raw=true)|","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanwild%2Fcolor-correction-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanwild%2Fcolor-correction-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanwild%2Fcolor-correction-server/lists"}