Possible problem with TIFF:- IM7.0.7-21 and Windows
Posted: 2018-01-19T20:25:58-07:00
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...
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.
It looks like the "TIFF:-" isn't producing any output at all. This appears to be a bug.
Code: Select all
magick logo: TIFF:- | magick identify -verbose -
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.