diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-10 22:57:51 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-10 22:57:51 +0100 |
commit | 6a4cbfccbd649b6e9dd92be74d106f7a8336a264 (patch) | |
tree | 4f9f38fe21853c92dc3622db5857d6507613cfd6 /doc/info/chap/invoking.texinfo | |
parent | mostly splitting the source (diff) | |
download | scrotty-6a4cbfccbd649b6e9dd92be74d106f7a8336a264.tar.gz scrotty-6a4cbfccbd649b6e9dd92be74d106f7a8336a264.tar.bz2 scrotty-6a4cbfccbd649b6e9dd92be74d106f7a8336a264.tar.xz |
soon, convert will not be used
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'doc/info/chap/invoking.texinfo')
-rw-r--r-- | doc/info/chap/invoking.texinfo | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/doc/info/chap/invoking.texinfo b/doc/info/chap/invoking.texinfo index 25c0b25..d418fc2 100644 --- a/doc/info/chap/invoking.texinfo +++ b/doc/info/chap/invoking.texinfo @@ -4,26 +4,30 @@ @command{scrotty} recognises four options: @table @option -@item --help +@item -h +@itemx --help Print usage information and exit. -@item --version +@item -v +@itemx --version Print program name and version and exit. -@item --copyright +@item -c +@itemx --copyright Print copyright information and exit. -@item --raw +@item -r +@itemx --raw Save the images in portable anymap format -(PNM), rather than in Portable Network -Graphics (PNG). If this option is used, -and no arguments for @command{convert} -is specified, @command{convert} will not -be used, and there will be not requirement -to have ImageMagick installed. +(@sc{PNM}), rather than in Portable Network +Graphics (@sc{PNG}). -PNM images are highly compressable with +@sc{PNM} images are highly compressable with @command{bzip2}. Compressed images are comparable in size with @sc{PNG},@footnote{Usually a few bytes in difference.} and can in fact be smaller. -@item --exec CMD + +@sc{PNM} is a good alternative for anything +but storage. (Unless you compress them.) +@item -e +@itemx --exec CMD Run a command for each saved image. @end table |