Page 1 of 1

Error reading from pipe with IM 7.0.7-17

Posted: 2017-12-27T21:22:24-07:00
by GeeMack
I've encountered an issue with recently released version IM 7.0.7-17 Q16 x64 HDRI on Windows 10 64. If I run this command...

Code: Select all

magick logo: MIFF:- | magick - test.png
I get this error...

Code: Select all

magick: improper image header `-' @ error/miff.c/ReadMIFFImage/1092.
I can avoid the error by specifying the MIFF format when reading the data from the pipe if I modify the command like this...

Code: Select all

magick logo: MIFF:- | magick MIFF:- test.png
But using "MIFF:-" to read the output of the pipe was not necessary in previous versions.

Re: Error reading from pipe with IM 7.0.7-17

Posted: 2017-12-27T21:47:40-07:00
by fmw42
This works fine for me on IM 7.0.7.17 Q16 HDRI Mac OSX Sierra

Code: Select all

magick logo: MIFF:- | magick - test.png

Re: Error reading from pipe with IM 7.0.7-17

Posted: 2017-12-28T10:19:49-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 @ https://www.imagemagick.org/download/beta/ by sometime tomorrow.