diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-11 11:25:02 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-11 11:25:02 +0100 |
commit | 6d2d5307a6b358f3528f53cc6a8c9b2acd50f397 (patch) | |
tree | 72bbada59c7c2188e7bdfbe7e7b372097cc9ef38 /doc/info/chap | |
parent | soon, convert will not be used (diff) | |
download | scrotty-6d2d5307a6b358f3528f53cc6a8c9b2acd50f397.tar.gz scrotty-6d2d5307a6b358f3528f53cc6a8c9b2acd50f397.tar.bz2 scrotty-6d2d5307a6b358f3528f53cc6a8c9b2acd50f397.tar.xz |
use libpng, ... now we just have to make it faster
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'doc/info/chap')
-rw-r--r-- | doc/info/chap/invoking.texinfo | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/info/chap/invoking.texinfo b/doc/info/chap/invoking.texinfo index d418fc2..bb4d8db 100644 --- a/doc/info/chap/invoking.texinfo +++ b/doc/info/chap/invoking.texinfo @@ -26,9 +26,15 @@ bytes in difference.} and can in fact be smaller. @sc{PNM} is a good alternative for anything but storage. (Unless you compress them.) + +This option is also useful, in combination with +@option{--exec} if you want to save the image +in any other format. @item -e @itemx --exec CMD Run a command for each saved image. + +Can only be specified once. @end table In addition to these options, a filename @@ -36,10 +42,6 @@ pattern, that does not start with a dash, can be added. This filename pattern selects with what filename the image should be saved. -Further, it is possible add @option{--} -followed by additional options to add when -@command{scrotty} spawns @command{convert}. - Both the @option{--exec} and filename pattern parameters can take format specifiers that are expanded by @command{scrotty} when encountered. |