Page 1 of 1

possible bug show: IM 6.7.6.10 beta Q16

Posted: 2012-05-17T19:54:50-07:00
by fmw42
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:

Re: possible bug show: IM 6.7.6.10 beta Q16

Posted: 2012-05-18T05:07:23-07:00
by magick
We can reproduce the problem you reported and have a patch in ImageMagick-6.7.7-0 Beta available by sometime tomorrow. Thanks.