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:
[RESOLVED]possible bug show: with grayscale image IM 6.8.5.6
- 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
Last edited by fmw42 on 2013-05-23T18:29:13-07:00, edited 1 time in total.
Re: possible bug show: with grayscale image IM 6.8.5.6
Works for us with IM 6.8.5.7, the current release.
- 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
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.
- 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
Seems to fine now in IM 6.8.5.7 for me, also. Thanksmagick wrote:Works for us with IM 6.8.5.7, the current release.