aboutsummaryrefslogtreecommitdiffstats
path: root/doc
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
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')
-rw-r--r--doc/info/scrotty.texinfo14
-rw-r--r--doc/man/scrotty.13
2 files changed, 17 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
diff --git a/doc/man/scrotty.1 b/doc/man/scrotty.1
index fd48006..2339d37 100644
--- a/doc/man/scrotty.1
+++ b/doc/man/scrotty.1
@@ -35,6 +35,9 @@ Print program name and version.
.B \-\-copyright
Print copyright information.
.TP
+.B \-\-raw
+Save in PNM rather than in PNG.
+.TP
.BR \-\-exec \ \fICMD\fP
Command to run for each saved image.
.SH "SPECIAL STRINGS"