nyancodeid / iro

IRO - Amazing Color Tools. Color Convert HEX, RGB, HSL and CMYK. Color Inspection with Camera.
https://iro.nyan.my.id/
MIT License
108 stars 7 forks source link

Color Picker from Image #38

Open DeVoresyah opened 3 years ago

DeVoresyah commented 3 years ago

Hello, IRO was a great tool for coloring. But for now, there's no feature to get color from an image. Currently, I need to use a tool from another website then go back to IRO.

Here's the example:

Screen Shot 2021-09-09 at 17 31 22

Steps

  1. Click upload image
  2. Choose image
  3. Get the color from cursor that hover into the image
nyancodeid commented 3 years ago

Nice feature request @DeVoresyah, i think we need it too. So the plan is, we need learn more about EyeDropper API and Input Color Element. And do we need color image extractor to get color dominance at the image?. Because i see palette color at the bottom of image.

Referrence: https://github.com/wicg/eyedropper-api/

DeVoresyah commented 3 years ago

yes, a color image extractor would be great too.

nyancodeid commented 3 years ago

Great, maybe this will be a little challenging. Because it turns out that the EyeDropper API feature has not been officially released in the current version of the browser and is still being tested in Chrome Canary recently.