Erronous display with option "-monitor" + "miff:-"

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
markmarques
Posts: 88
Joined: 2010-06-29T14:36:09-07:00
Authentication code: 8675308

Erronous display with option "-monitor" + "miff:-"

Post by markmarques »

convert in Windows machine 6.7.0-10 version ...
After some fiddling with imagemagick I have found that if I call :
convert -monitor image1.jpg miff:- | convert - -monitor -auto-level test-image.jpg
I get this in the display in the miff:- :
------------------------------------------
Save/Image/C:/DOCUME~1/s0976/LOCALS~1/Temp[magick-Itb0w5PE]: 2101 of 2112, 99% complete
....
( lots of text lines)
Save/Image/C:/DOCUME~1/s0976/LOCALS~1/Temp[magick-Itb0w5PE]: 2111 of 2112, 100% complete
----------------------------------------------------

It seems that the "miff:-" option + "monitor" has an extra "CR LF" at the end of the display ... :)

Any ideas to solve this ?
Post Reply