dlemstra / dlemstra/Magick.NET
MagickColor comparison to FindBest Matching(finding similar colors)
- Dominant language
- C#
- Stars
- 4k
- Forks
- 451
- Avg merge
- 11h 55m
- Merged PRs (30d)
- 3
Description
### Prerequisites
- [x] I have written a descriptive issue title
- [x] I have verified that I am using the latest version of Magick.NET
### System Configuration
- Magick.NET version: latest
- Environment (Windows 10, Ubuntu 18.04):
### Question
In my project i have computed average color of selected any IMagickImage, and i am trying to match that Average color with another random color. The purpose of my idea to find similar color.
it is generally working with simple RBG colors such as RED GREEN etc, but some times it gives me not appropriate result such as. avg color: Cyan , comparised color: nearly brown etc. it says %95 percen same but not.
i have used simple rgb to hsv comparison but i seems doesn't work
Contributor guide
Assessment
This issue has not been assessed yet.