Taking the examples in the docs...
Code: Select all
convert tree.gif -format %c histogram:info:-
Code: Select all
convert tree.gif -format %c histogram:info:- file.txt
Can somebody enlighten me please?
Thanks
Matt
Code: Select all
convert tree.gif -format %c histogram:info:-
Code: Select all
convert tree.gif -format %c histogram:info:- file.txt
Code: Select all
convert tree.gif -format %c histogram:info:- > file.txt
Trying this on Windows gave me a 90000 line pixel enumeration file.fmw42 wrote:actually I believe more properly on unix it should be
convert tree.gif -format %c histogram:info:- 2>&1 file.txt
Code: Select all
convert tree.gif -format %c histogram:info:file.txt