aboutsummaryrefslogtreecommitdiffstats
path: root/doc/info
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2015-12-12 07:58:21 +0100
committerMattias Andrée <maandree@member.fsf.org>2015-12-12 07:58:21 +0100
commit685e0abd14e20617e5821a35f0079632494e239f (patch)
tree46f95d09670d483935b34383f1466deb837cbe08 /doc/info
parentimprove make files (diff)
downloadscrotty-685e0abd14e20617e5821a35f0079632494e239f.tar.gz
scrotty-685e0abd14e20617e5821a35f0079632494e239f.tar.bz2
scrotty-685e0abd14e20617e5821a35f0079632494e239f.tar.xz
remove pnm support
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to '')
-rw-r--r--doc/info/chap/invoking.texinfo17
1 files changed, 0 insertions, 17 deletions
diff --git a/doc/info/chap/invoking.texinfo b/doc/info/chap/invoking.texinfo
index bb4d8db..46d6e58 100644
--- a/doc/info/chap/invoking.texinfo
+++ b/doc/info/chap/invoking.texinfo
@@ -13,23 +13,6 @@ Print program name and version and exit.
@item -c
@itemx --copyright
Print copyright information and exit.
-@item -r
-@itemx --raw
-Save the images in portable anymap format
-(@sc{PNM}), rather than in Portable Network
-Graphics (@sc{PNG}).
-
-@sc{PNM} images are highly compressable with
-@command{bzip2}. Compressed images are comparable
-in size with @sc{PNG},@footnote{Usually a few
-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.