diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-12 07:58:21 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-12 07:58:21 +0100 |
commit | 685e0abd14e20617e5821a35f0079632494e239f (patch) | |
tree | 46f95d09670d483935b34383f1466deb837cbe08 /doc/info | |
parent | improve make files (diff) | |
download | scrotty-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.texinfo | 17 |
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. |