possible bug show: IM 6.8.8.1 and older Q16 Mac OSX

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.8.8.1 and older Q16 Mac OSX

Post by fmw42 »

It seems that show: is not working.

convert rose: show:

displays nothing.

But

convert rose: x:

and

display rose:

seem to work fine.

I do not see any entry for show: in my delegates.xml file to be able to check. Where is this controlled and what should it be listing for correct operation of show:?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: possible bug show: IM 6.8.8.1 and older Q16 Mac OSX

Post by magick »

Add -verbose and report the output here. The conversion works fine for us with the latest release:
  • -> convert -verbose rose: show:
    ROSE PPM 70x46 70x46+0+0 8-bit sRGB 9.67KB 0.000u 0:00.000
    rose:=>ROSE PPM 70x46 70x46+0+0 8-bit sRGB 9.67KB 0.000u 0:00.009
    rose:=>/tmp/magick-10275Y6BskAZRe7UW MIFF 70x46 70x46+0+0 8-bit sRGB 10KB 0.000u 0:00.000
    "display" -delay 0 -window-group 0x0 -title " " "ephemeral:/tmp/magick-102752XpCaARvtqUu"
    rose:=>show: MIFF 70x46 70x46+0+0 8-bit sRGB 10KB 0.000u 0:00.100
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: possible bug show: IM 6.8.8.1 and older Q16 Mac OSX

Post by fmw42 »

Seems to be working again after a reboot. Sorry for the false alarm.
Post Reply