Create an histogram

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
zeeb100

Create an histogram

Post by zeeb100 »

Hi guys,
Having observed the output of

convert rose: histogram:histogram.gif

can play a similar output with Magick + + to create an image that is histogram.gif?

http://www.imagemagick.org/Usage/files/histogram.gif

???
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Create an histogram

Post by magick »

To create a histogram file in Magick++, simply write your image with the histogram: tag (.e.g. image.write( "histogram:histogram.gif" )).
zeeb100

Re: Create an histogram

Post by zeeb100 »

ok thank ... but this ... into the documentation ... where is ????...

.write can execute the istructin of imagemagick into c++ ???
Post Reply