Page 1 of 1

possible bug histogram:info: IM 6.6.1.-4

Posted: 2010-04-21T11:08:46-07:00
by fmw42
IM 6.6.1-4 Q16 Mac OSX tiger

Histograms do not return information to terminal any longer.

convert logo: -format %c histogram:info:

returns nothing


Apparently one now needs to add -define histogram:unique-colors=true per viewtopic.php?f=1&t=16022

Can or has this been documented somewhere, please!

Re: possible bug histogram:info: IM 6.6.1.-4

Posted: 2010-04-21T12:15:20-07:00
by magick
See http://www.imagemagick.org/script/formats.php. Look for the Histogram image format.

Re: possible bug histogram:info: IM 6.6.1.-4

Posted: 2010-04-21T12:20:14-07:00
by fmw42
magick wrote:See http://www.imagemagick.org/script/formats.php. Look for the Histogram image format.

Thanks. I had no idea where to look for that.

I have about a dozen scripts now that I need to change.

In hind sight, it might have been better to disable the comment part when needed to speed up graphical histograms rather than require it be enabled for textual histograms. But too late now. So I will modify my scripts.

Re: possible bug histogram:info: IM 6.6.1.-4

Posted: 2010-04-21T18:15:34-07:00
by rnbc
fmw42 wrote:
magick wrote:In hind sight, it might have been better to disable the comment part when needed to speed up graphical histograms rather than require it be enabled for textual histograms. But too late now. So I will modify my scripts.
You are probably correct... probably more persons are counting on this that could be thought :-o

Since the change occurred so little time ago, and as the primary beneficiary (apparently), could I suggest the option be reversed for the benefit of the many ones that probably rely on this feature?

Re: possible bug histogram:info: IM 6.6.1.-4

Posted: 2010-04-21T18:29:52-07:00
by magick
Look for a patch in ImageMagick 6.6.1-5 Beta by sometime tomorrow.

Re: possible bug histogram:info: IM 6.6.1.-4

Posted: 2010-04-21T18:37:38-07:00
by fmw42
thanks Magick and rnbc