Page 1 of 1

Create an histogram

Posted: 2009-01-16T03:09:03-07:00
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

???

Re: Create an histogram

Posted: 2009-01-16T05:47:18-07:00
by magick
To create a histogram file in Magick++, simply write your image with the histogram: tag (.e.g. image.write( "histogram:histogram.gif" )).

Re: Create an histogram

Posted: 2009-01-16T09:06:08-07:00
by zeeb100
ok thank ... but this ... into the documentation ... where is ????...

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