Search found 2 matches
- 2016-06-10T06:52:15-07:00
- Forum: Magick.NET
- Topic: Histogram?
- Replies: 2
- Views: 13066
Re: Histogram?
The Histogram method returns a dictionary of colors and the number of times that color is found in the image. If you want to write an image of the histogram of an image you will need to do the following: image.Write(@"histogram:c:\your\folder\yourFile.jpg"); Is there any way to get directly a ...
- 2016-06-09T10:07:25-07:00
- Forum: Magick.NET
- Topic: Histogram?
- Replies: 2
- Views: 13066
Histogram?
Hello!
I'm trying to show the histogram as image in my project, but the image.histogram returns a Collection.
What should I do with that?
Thanks in advance
I'm trying to show the histogram as image in my project, but the image.histogram returns a Collection.
What should I do with that?
Thanks in advance