An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          


HueHunter

# HueHunter

sleek and intuitive tool to extract and explore colors from any image effortlessly.

[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)

## Screenshots

![App Screenshot](./public/huehunter-demo.png)

## 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
[![Sponsored by GitAds](https://gitads.dev/v1/ad-serve?source=aumirza/image-color-picker@github)](https://gitads.dev/v1/ad-track?source=aumirza/image-color-picker@github)

## Authors

- [@aumirza](https://www.github.com/aumirza)