Package: fbi
Version: 2.09-1+b1
Followup-For: Bug #780643
Oops, last patch I sent used the -m flag, which I had not noticed was already
being passed to fbi to set the mode. I've
changed it to -M now and updated the documentation.
-- System Information:
Debian Release: 8.0
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i586)
Kernel: Linux 3.16.0-4-586
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages fbi depends on:
ii ghostscript 9.06~dfsg-2
ii libc6 2.19-15
ii libcurl3-gnutls 7.38.0-4
ii libexif12 0.6.21-2
ii libfontconfig1 2.11.0-6.3
ii libfreetype6 2.5.2-3
ii libgif4 4.1.6-11
ii libjpeg62-turbo 1:1.3.1-11+deb7u1
ii libpng12-0 1.2.50-2+b2
ii libtiff5 4.0.3-12.1
ii zlib1g 1:1.2.8.dfsg-2+b1
fbi recommends no packages.
Versions of packages fbi suggests:
pn imagemagick <none>
-- no debconf information
--- fbgs.orig 2012-02-22 09:13:36.000000000 -0800
+++ fbgs 2015-03-14 10:57:24.259153274 -0700
@@ -15,7 +15,7 @@
fbiopts=""
gsopts=""
passwd=""
-device="tiffpack"
+device="png16m"
opt=1
bell="off"
helptext="
@@ -29,7 +29,7 @@
-p --password <arg> a <password> passed to the PDF
-fp --firstpage <arg> begins on the <arg> page
-lp --lastpage <arg> stops on the <arg> page
- -c --color pages in color
+ -M --monochrome pages in monochrome (B&W)
-l pages rendered with 100 dpi
-xl pages rendered with 120 dpi
-xxl pages rendered with 150 dpi
@@ -61,6 +61,10 @@
gsopts="$gsopts -dLastPage=$2"
shift; shift
;;
+ -M | --monochrome)
+ device="tiffpack"
+ shift
+ ;;
-c | --color)
device="png16m"
shift
--- fbgs.1.orig 2014-10-14 11:51:07.000000000 -0700
+++ fbgs.1 2015-03-14 11:07:50.155284694 -0700
@@ -8,7 +8,7 @@
.SH SYNOPSIS
\fBfbgs\fP\
[\fB\-l\fP|\fB\-xl\fP|\fB\-xxl\fP|\fB\-r\fP \fIn\fP]\
- [\fB\-c\fP]\
+ [\fB\-M\fP|\fB\-c\fP]\
[\fB\-b\fP]\
[\fB\-p\fP\ \fIpassword\fP]\
[\fB\--fp\fP\ \fInumber\fP]\
@@ -40,8 +40,11 @@
.B -b, --bell
Emit a beep when the document is ready.
.TP
+.B -M, --monochrome
+To render the pages in monochrome (black and white). This can be faster, but also disables antialiasing.
+.TP
.B -c, --color
-To render the pages in color (default is N&B).
+To render the pages in color (this is the default).
.TP
.B -l
To get the pages rendered with 100 dpi (default is 75).