Search found 1 match
- 2014-12-03T13:14:56-07:00
- Forum: PerlMagick
- Topic: Use QueryColorname() from Histogram() output
- Replies: 0
- Views: 9206
Use QueryColorname() from Histogram() output
I want to get histogram with color names or their Hex code. I am unable to convert histogram output value into color name or Hex code using QueryColorname; It always returns black and does not return Hex code. Please help in this step. #!/usr/bin/perl use Image::Magick; $image=Image::Magick->new ...