is there a +monitor option?

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
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

is there a +monitor option?

Post by fmw42 »

Just wondering if there is a +monitor option to disable the monitoring after a -monitor? I have tried it but it does not seem to stop the monitoring from continuing to all subsequent options and command lines.

IM 6.6.0-9 Q16 Mac OSX Tiger


For example, this still produces a monitor for level in addition to fx:

convert zelda3.jpg -monitor -fx "u" +monitor -auto-level tmp.png
fx image[zelda3.jpg]: 127 of 128, 100% complete
level image[zelda3.jpg]: 127 of 128, 100% complete
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: is there a +monitor option?

Post by magick »

We'll add a patch to ImageMagick 6.6.0-10 Beta to reset the command line progress monitor with the +monitor option. Thanks.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: is there a +monitor option?

Post by fmw42 »

thanks.
Post Reply