From 82c81858c65c80fb667e73ffdcc4ff69007cfa17 Mon Sep 17 00:00:00 2001 From: Vasile Vilvoiu Date: Thu, 15 Jul 2021 22:53:30 +0300 Subject: Support "-" for input/output files as stdin/stdout. Support dumping output file to stdout. Switch logger to stderr, make it multithreaded. Log input/output files. Closes #8, closes #10, closes #13. --- man/specgram.1.html | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'man/specgram.1.html') diff --git a/man/specgram.1.html b/man/specgram.1.html index 1559b4c..41cce87 100644 --- a/man/specgram.1.html +++ b/man/specgram.1.html @@ -1,5 +1,5 @@ - + @@ -128,6 +128,10 @@ forcefully quit.

Check SFML documentation for supported file types, but PNG files are recommended.

+

If +"-" is provided then the resulting image is +written to stdout in PNG format.

+

Either outfile must be specified, −l, −−live must be set, or both.

@@ -151,7 +155,8 @@ provided, INFILE is handled as a raw dump of values stop when EOF is encountered.

If option is -not provided, data will be read indefinitely from stdin.

+not provided or "-" is provided, data will +be read indefinitely from stdin.

−r, −−rate=RATE

@@ -536,6 +541,14 @@ in a document:

specgram -qe --bg-color=00000000 -i infile outfile.png

+

Generating from +a file to stdout and displaying the output with +imagemagick:

+ + +

specgram +-i infile - | display

+

BUGS

-- cgit v1.2.3