[RESOLVED]possible bug show: with grayscale image IM 6.8.5.6

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 show: with grayscale image IM 6.8.5.6

Post by fmw42 »

These commands are displaying the image squished to the left side of the display and the rest is black.

convert logo: -modulate 100,0,100 -set colorspace RGB -black-threshold 50% show:
convert logo: -modulate 100,0,100 -set colorspace RGB -white-threshold 50% show:
convert logo: -modulate 100,0,100 -set colorspace RGB -threshold 50% show:

Works fine if change to x:

convert logo: -modulate 100,0,100 -set colorspace RGB -black-threshold 50% x:
convert logo: -modulate 100,0,100 -set colorspace RGB -white-threshold 50% x:
convert logo: -modulate 100,0,100 -set colorspace RGB -threshold 50% x:
Last edited by fmw42 on 2013-05-23T18:29:13-07:00, edited 1 time in total.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: possible bug show: with grayscale image IM 6.8.5.6

Post by magick »

Works for us with IM 6.8.5.7, the current release.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: possible bug show: with grayscale image IM 6.8.5.6

Post by fmw42 »

magick wrote:Works for us with IM 6.8.5.7, the current release.

OK. Perhaps it got fixed. I will download the beta and get back on this.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: possible bug show: with grayscale image IM 6.8.5.6

Post by fmw42 »

magick wrote:Works for us with IM 6.8.5.7, the current release.
Seems to fine now in IM 6.8.5.7 for me, also. Thanks
Post Reply