Skip to content

JihunKimCode/Color-Extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Use

image

Click the dotted area to upload an image. Drag and drop an image is also allowed.

To change the uploaded image, click the uploaded image or drag and drop over the uploaded image.

It supports almost all image formats including jpg, jpeg, png, gif, webp, and svg.

Features

color-50

  • Upload image to extract dominant colors.
  • Color picker tool to directly get a color from the image.
    • Users can change the color of the last color box by clicking the color picker icon.
  • Click color boxes to copy the hex code of the color.
  • Users can change the colors of the image as they wish. They can revert it as well.
  • Users can choose color distance threshold value.
    • Color Distance controls color matching: Smaller values require closer similarity, ideal for detailed work.

Color Distance Value and Color Changing

Color Distance = 10

color-10-green

Color Distance = 50

color-50-green

Color Distance = 100

color-100-green

To cluster similar colors, it uses color differences equation specifically, Euclidean distance: image

When the calculated difference value is less than Color Distance value that user chose, those colors are considered as similar colors.

About

Extract color from given image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published