diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/info/scrotty.texinfo | 14 | ||||
-rw-r--r-- | doc/man/scrotty.1 | 3 |
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" |