{"id":29557665,"url":"https://github.com/aritrac1/image-color-picker","last_synced_at":"2026-05-06T08:31:12.517Z","repository":{"id":301951278,"uuid":"1010760025","full_name":"AritraC1/image-color-picker","owner":"AritraC1","description":"A sleek and responsive web app to extract and display dominant colors from any image using modern web technologies.","archived":false,"fork":false,"pushed_at":"2025-06-29T19:06:41.000Z","size":2794,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-18T13:26:26.726Z","etag":null,"topics":["css","css3","html5","image-color-picker","node-vibrant","react","reactjs","responsive-design","typescript"],"latest_commit_sha":null,"homepage":"https://image-color-picker-six.vercel.app/","language":"TypeScript","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/AritraC1.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,"zenodo":null}},"created_at":"2025-06-29T18:40:51.000Z","updated_at":"2025-06-29T19:06:44.000Z","dependencies_parsed_at":"2025-06-29T19:47:33.736Z","dependency_job_id":null,"html_url":"https://github.com/AritraC1/image-color-picker","commit_stats":null,"previous_names":["aritrac1/image-color-picker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AritraC1/image-color-picker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AritraC1%2Fimage-color-picker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AritraC1%2Fimage-color-picker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AritraC1%2Fimage-color-picker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AritraC1%2Fimage-color-picker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AritraC1","download_url":"https://codeload.github.com/AritraC1/image-color-picker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AritraC1%2Fimage-color-picker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32684585,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T02:33:58.958Z","status":"ssl_error","status_checked_at":"2026-05-06T02:33:39.611Z","response_time":117,"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":["css","css3","html5","image-color-picker","node-vibrant","react","reactjs","responsive-design","typescript"],"created_at":"2025-07-18T11:15:07.445Z","updated_at":"2026-05-06T08:31:12.490Z","avatar_url":"https://github.com/AritraC1.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Image Color Picker\n\nA sleek and responsive web app to extract and display dominant colors from any image using modern web technologies.\n\nIt lets: \n- Upload an image\n- Display the uploaded image\n- Extract the top dominant colors using `node-vibrant/browser`\n- Show the dominant colors as swatches\n- Copy any color's HEX code to clipboard by clicking on it\n\n![HomePage](src/assets/HomePage.png)\n![Test Image](src/assets/Testing.png)\n![Click To Copy](src/assets/Click_to_copy.png)\n\n## Tech Stack\n**Frontend:** React, TypeScript\n**Color Extraction:** node-vibrant\n\n## How It Works?\nThis project uses node-vibrant, a JavaScript library that extracts prominent colors from images. It applies image quantization—typically reducing the image to 64 representative colors—to enhance color extraction accuracy and returns 6 key color swatches.\n\nIt extracts prominent colors (usually 6 swatches by default):\n- Vibrant\n- Muted\n- DarkVibrant\n- DarkMuted\n- LightVibrant\n- LightMuted\n\nIt uses image quantization via the MMCQ algorithm (Modified Median Cut Quantization), reducing the image to a limited palette (default around 64 colors) for analysis.\n\nThe output includes both the RGB values and the population (i.e. frequency) of each swatch.\n\n## Getting Started\n```bash\ngit clone https://github.com/AritraC1/image-color-picker.git\ncd image-color-picker\nnpm install\nnpm run dev\n```\n\n## Contributing\nContributions are welcome! If you have suggestions for improvements, new features, or bug fixes, feel free to fork the repo and submit a pull request.\n\nSteps to Contribute:\n1. Fork the repository\n2. Create a new branch: ``` git checkout -b feature/your-feature-name ```\n3. Make your changes and Commit your changes: ``` git commit -m \"Add your message here\" ```\n4. Push to your fork: ``` git push origin feature/your-feature-name ```\n5. Submit a pull request\n\nPlease make sure your changes follow the existing code style and include relevant documentation or comments.\n\n## Future Work\n**Add Dark Mode:** Enhance the UI with a dark theme toggle for better user experience in low-light environments.\n\n## License\nThis project is open source and available under the [MIT License](LICENSE).\n\n## Support\nFor questions, issues, or suggestions:\n- Open an issue on GitHub\n- Check existing issues before creating new ones\n- Provide detailed information for bug reports\n\n## Built By\n\n- Twitter: [@Aritra_C1](https://x.com/Aritra_C1)\n- GitHub: [@AritraC1](https://github.com/AritraC1)\n\nIf you like this project, consider giving it a ⭐️ on GitHub and sharing it with others!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faritrac1%2Fimage-color-picker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faritrac1%2Fimage-color-picker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faritrac1%2Fimage-color-picker/lists"}