https://github.com/aumirza/image-color-picker
sleek and intuitive tool to extract and explore colors from any image effortlessly.
https://github.com/aumirza/image-color-picker
color-picker image image-processing
Last synced: 2 months ago
JSON representation
sleek and intuitive tool to extract and explore colors from any image effortlessly.
- Host: GitHub
- URL: https://github.com/aumirza/image-color-picker
- Owner: aumirza
- License: mit
- Created: 2022-05-25T17:59:13.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-09-14T20:06:10.000Z (9 months ago)
- Last Synced: 2025-09-14T22:07:17.763Z (9 months ago)
- Topics: color-picker, image, image-processing
- Language: JavaScript
- Homepage: http://gh.ahmadullah.in/image-color-picker/
- Size: 1.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HueHunter
sleek and intuitive tool to extract and explore colors from any image effortlessly.
[](https://choosealicense.com/licenses/mit/)
## Screenshots

## Tech Stack
- React app bootstrapped with CRA
- Tailwindcss
## Lessons Learned
- Learned the structure of image.
- About pixels of image.
- Color maps.
- Quantization.
## TODO
- [ ] Implement option to tune pallete
- [ ] Use AI for color quantization.
- [ ] Add artistic option in colour palette.
- [ ] Option to save and view colour palette.
- [ ] Implement on boarding.
## Run Locally
Clone the project
```bash
git clone git@github.com:aumirza/image-color-picker.git
```
Go to the project directory
````bash
cd image-color-picker```
Install dependencies
```bash
npm install
````
Start the server
```bash
npm run start
```
## License
[MIT](https://choosealicense.com/licenses/mit/)
## GitAds Sponsored
[](https://gitads.dev/v1/ad-track?source=aumirza/image-color-picker@github)
## Authors
- [@aumirza](https://www.github.com/aumirza)