[Resolved] Possible bug histogram:info: IM 6.9.8.10 Q16 Mac OSX

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

[Resolved] Possible bug histogram:info: IM 6.9.8.10 Q16 Mac OSX

Post by fmw42 »

histogram:info: seems to be inserting quotes in the listings to the terminal. This only seems to happen for this image, which is antialiased graya.

Image:
http://www.fmwconcepts.com/misc_tests/h ... -trans.png

Code: Select all

convert stamp-trans.png -format "%c" histogram:info:
613623: ( 0, 0, 0,255) #000000FF graya(0,1)
555: ( 35, 35, 35,255) #232323FF graya(35,1)
536: ( 76, 76, 76,255) #4C4C4CFF graya(76,1)
515: (119,119,119,255) #777777FF graya(119,1)
578: (165,165,165,255) #A5A5A5FF graya(165,1)
639: (212,212,212,255) #D4D4D4FF graya(212,1)
341554: (255,255,255, 0) #FFFFFF00 graya(255,0)
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: Possible bug histogram:info: IM 6.9.8.10 Q16 Mac OSX

Post by dlemstra »

I tried to test if I could reproduce your issue on Windows but I can't. I also checked our code to make sure we are not adding the quotes. Not sure what is happening though.
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Possible bug histogram:info: IM 6.9.8.10 Q16 Mac OSX

Post by fmw42 »

Odd, it is not doing it now, even for the same image. So perhaps my terminal was not behaving. With a new terminal now, it seems fine. Sorry for the false alarm
Post Reply