possible bug IM 7 show:

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 IM 7 show:

Post by fmw42 »

IM 7.0.1.3 Q16 Mac OSX (non-hdri)

Code: Select all

im7 magick -size 200x200 xc:red xc:Blue gradient: -compose over -composite show:
display: no decode delegate for this image format `MIFF' @ error/constitute.c/ReadImage/501.
display: no decode delegate for this image format `' @ error/constitute.c/ReadImage/501.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: possible bug IM 7 show:

Post by magick »

Add -verbose to your command line and post the results. We tried the command and it works fine for us.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: possible bug IM 7 show:

Post by fmw42 »

im7 magick -verbose -size 200x200 xc:red xc:Blue gradient: -compose over -composite show:

xc:red=>red XC 200x200 200x200+0+0 16-bit sRGB 0.010u 0:00.000
xc:Blue=>Blue XC 200x200 200x200+0+0 16-bit sRGB 0.000u 0:00.000
xc:=> XC 200x200 200x200+0+0 16-bit sRGB 0.000u 0:00.000
gradient:=> XC 200x200 200x200+0+0 16-bit sRGB 0.010u 0:00.009
xc:red=>/tmp/magick-18064ozJ4BZsvCyBa MIFF 200x200 200x200+0+0 16-bit sRGB 240KB 0.020u 0:00.070
"display" -immutable -delay 0 -title "xc:red" "/tmp/magick-18064Q1fiiOQTWSbB"
display: no decode delegate for this image format `MIFF' @ error/constitute.c/ReadImage/501.
display: no decode delegate for this image format `' @ error/constitute.c/ReadImage/501.
xc:red=>show: MIFF 200x200 200x200+0+0 16-bit sRGB 240KB 0.020u 0:10.029
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: possible bug IM 7 show:

Post by magick »

Thanks for the problem report. We can reproduce it and will have a patch to fix it in GIT master branch @ https://github.com/ImageMagick/ImageMagick later today. The patch will be available in the beta releases of ImageMagick @ http://www.imagemagick.org/download/beta/ by sometime tomorrow.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: possible bug IM 7 show:

Post by fmw42 »

Thanks.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: possible bug IM 7 show:

Post by fmw42 »

This is fixed, but it takes much longer to close the image and continue than it used to do for example in IM 6.9.0.0.
Post Reply