[RESOLVED]possible bug show: with grayscale image IM 6.8.5.6
Posted: 2013-05-19T16:09:08-07:00
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:
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: