Page 1 of 1

Possible problem with TIFF:- IM7.0.7-21 and Windows

Posted: 2018-01-19T20:25:58-07:00
by GeeMack
From a discussion in this thread, using IM 7.0.7-21 Q16 HDRI on Windows 10. This command results in no output at all...

Code: Select all

magick logo: TIFF:- | magick identify -verbose -
It displays all the verbose information if I output the command on the left of the pipe in formats like "JPEG:-" or "PNG:-"

If I try to output that "TIFF:-" through the pipe into another "magick" convert command it results in an error.

Code: Select all

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

magick: no images for write '-write' 'test.png' at CLI arg 2 @ error/operation.c/CLINoImageOperator/4789.
It looks like the "TIFF:-" isn't producing any output at all. This appears to be a bug.

Re: Possible problem with TIFF:- IM7.0.7-21 and Windows

Posted: 2018-01-20T00:10:00-07:00
by magick
We believe the problem you reported is fixed in 7.0.7-22 Beta. We should have a release within a week.

Re: Possible problem with TIFF:- IM7.0.7-21 and Windows

Posted: 2018-01-22T19:12:57-07:00
by GeeMack
This issue still exists in ImageMagick 7.0.7-22 Q16 x64 HDRI on Windows 10.