Page 1 of 1

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

Posted: 2013-05-19T16:09:08-07:00
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:

Re: possible bug show: with grayscale image IM 6.8.5.6

Posted: 2013-05-19T17:47:24-07:00
by magick
Works for us with IM 6.8.5.7, the current release.

Re: possible bug show: with grayscale image IM 6.8.5.6

Posted: 2013-05-19T18:40:01-07:00
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.

Re: possible bug show: with grayscale image IM 6.8.5.6

Posted: 2013-05-19T23:48:25-07:00
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