possible bug show: IM 6.7.6.10 beta Q16

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

possible bug show: IM 6.7.6.10 beta Q16

Post 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:
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: possible bug show: IM 6.7.6.10 beta Q16

Post 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.
Post Reply