Page 1 of 1
possible bug show: IM6.9.8.10 Q16 HDRI Mac OSX Sierra
Posted: 2017-07-05T14:49:27-07:00
by fmw42
This works fine in IM6.9.8.10 Q16 HDRI
But this gives an error though it does display the image
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.
Re: possible bug show: IM6.9.8.10 Q16 HDRI Mac OSX Sierra
Posted: 2017-07-05T15:15:00-07:00
by magick
Works for us. Add -verbose to your command-line. What does it report?
Re: possible bug show: IM6.9.8.10 Q16 HDRI Mac OSX Sierra
Posted: 2017-07-05T16:03:00-07:00
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
Re: possible bug show: IM6.9.8.10 Q16 HDRI Mac OSX Sierra
Posted: 2017-07-05T16:41:02-07:00
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.