You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I am not sure what the question is that you are asking me. I suspect that this is happening because there is a difference in colorspace. Maybe you could first use TransformColorSpace to change the colorspace of the image.
@dlemstra i am trying on my project to match similar colors, assume i have two different red colors(tone or shades etc..) again assume they are not exactly the same, so i need to compute these colors to get how much they are look similar. that is all i need, is there a way to do that with MagickImage?
Prerequisites
System Configuration
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
The text was updated successfully, but these errors were encountered: