possible bug show: IM6.9.8.10 Q16 HDRI Mac OSX Sierra

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: IM6.9.8.10 Q16 HDRI Mac OSX Sierra

Post by fmw42 »

This works fine in IM6.9.8.10 Q16 HDRI

Code: Select all

display logo:
But this gives an error though it does display the image

Code: Select all

convert logo: show:
display: unable to open image `display': No such file or directory @ error/blob.c/OpenBlob/2701.
display: no decode delegate for this image format `' @ error/constitute.c/ReadImage/504.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: possible bug show: IM6.9.8.10 Q16 HDRI Mac OSX Sierra

Post by magick »

Works for us. Add -verbose to your command-line. What does it report?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: possible bug show: IM6.9.8.10 Q16 HDRI Mac OSX Sierra

Post by fmw42 »

Code: Select all

im6hdri convert -verbose logo: show:
LOGO GIF 640x480 640x480+0+0 8-bit sRGB 256c 28576B 0.000u 0:00.000
logo:=>LOGO GIF 640x480 640x480+0+0 8-bit sRGB 256c 28576B 0.000u 0:00.000
logo:=>/tmp/magick-3760haLEIFnn96Iw MIFF 640x480 640x480+0+0 8-bit sRGB 256c 308333B 0.010u 0:00.009
'display' display -immutable -delay 0 -title 'logo:' '/tmp/magick-3760LyZhRjtNJK0L'
display: unable to open image `display': No such file or directory @ error/blob.c/OpenBlob/2701.
display: no decode delegate for this image format `' @ error/constitute.c/ReadImage/504.
logo:=>show: MIFF 640x480 640x480+0+0 8-bit sRGB 256c 308333B 0.000u 0:02.069

Same issue as viewtopic.php?f=3&t=32177

Apparently it is a Mac issue that was fixed for non-hdri, but never got carried to HDRI
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: possible bug show: IM6.9.8.10 Q16 HDRI Mac OSX Sierra

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