From bc291f93003b084bbea81c5dcd2611636945d9ce Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 7 Dec 2015 14:58:23 +0100 Subject: Add --raw option, making ImageMagick optional MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- doc/info/scrotty.texinfo | 14 ++++++++++++++ doc/man/scrotty.1 | 3 +++ 2 files changed, 17 insertions(+) (limited to 'doc') 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" -- cgit v1.2.3-70-g09d2