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
???
Create an histogram
Re: Create an histogram
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
ok thank ... but this ... into the documentation ... where is ????...
.write can execute the istructin of imagemagick into c++ ???
.write can execute the istructin of imagemagick into c++ ???