IM 6.7.6.10 beta Q16 (HDRI) Mac OSX Snow Leopard.
I thought things were fixed, but I am still finding cases where show: fails.
Try this:
This works:
convert logo: logo.png
convert logo.png show:
This works:
convert logo: -colorspace gray logog.png
convert logog.png show:
This fails - it is not the full image and has lines/gaps in it and is not tinted
convert logog.png -fill red -tint 100 show:
This fails - it has lines in it and is not tinted
convert rose: -colorspace gray -fill red -tint 100 show:
possible bug show: IM 6.7.6.10 beta Q16
Re: possible bug show: IM 6.7.6.10 beta Q16
We can reproduce the problem you reported and have a patch in ImageMagick-6.7.7-0 Beta available by sometime tomorrow. Thanks.