aboutsummaryrefslogtreecommitdiffstats
path: root/doc/info
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-12-07 14:58:23 +0100
committerMattias Andrée <maandree@operamail.com>2015-12-07 14:58:23 +0100
commitbc291f93003b084bbea81c5dcd2611636945d9ce (patch)
tree4444e919ca9d67366510ea5f404de493333ba6f0 /doc/info
parentremove old todo (diff)
downloadscrotty-bc291f93003b084bbea81c5dcd2611636945d9ce.tar.gz
scrotty-bc291f93003b084bbea81c5dcd2611636945d9ce.tar.bz2
scrotty-bc291f93003b084bbea81c5dcd2611636945d9ce.tar.xz
Add --raw option, making ImageMagick optional
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc/info')
-rw-r--r--doc/info/scrotty.texinfo14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/info/scrotty.texinfo b/doc/info/scrotty.texinfo
index 6873546..97c1a41 100644
--- a/doc/info/scrotty.texinfo
+++ b/doc/info/scrotty.texinfo
@@ -93,6 +93,20 @@ Print usage information and exit.
Print program name and version and exit.
@item --copyright
Print copyright information and exit.
+@item --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.
+
+PNM images are highly compressable with
+@command{bzip2}. Compressed images are
+comparable in size with PNG,@footnote{Usually
+a few bytes in difference.} and can in
+fact be smaller.
@item --exec CMD
Run a command for each saved image.
@end table