aboutsummaryrefslogtreecommitdiffstats
path: root/fbgs
diff options
context:
space:
mode:
authorkraxel <kraxel>2004-11-08 13:09:20 +0000
committerkraxel <kraxel>2004-11-08 13:09:20 +0000
commitea5160192989899211ca146b985e5f3201a2875d (patch)
tree1317a61004c8d44dc7dd4e4b896d1eaf01facdd3 /fbgs
parent32e9230b92d13867d4bc5a6adb04a1f0fc7c57ec (diff)
downloadfbida-ea5160192989899211ca146b985e5f3201a2875d.tar.gz
- fbgs: add switch to display color.
Diffstat (limited to 'fbgs')
-rwxr-xr-xfbgs8
1 files changed, 6 insertions, 2 deletions
diff --git a/fbgs b/fbgs
index cff56e4..bbb6444 100755
--- a/fbgs
+++ b/fbgs
@@ -9,6 +9,7 @@ trap "rm -rf $DIR" EXIT
fbiopts=""
gsopts=""
passwd=""
+device="tiffpack"
opt=1
while test "$opt" = "1"; do
case "$1" in
@@ -21,7 +22,7 @@ while test "$opt" = "1"; do
-xxl) gsopts="$gsopts -r150x150"
shift
;;
- -q | -a)
+ -q | -a | --fitwidth)
fbiopts="$fbiopts $1"
shift
;;
@@ -35,6 +36,9 @@ while test "$opt" = "1"; do
-h) echo fixme: help text
exit 1
;;
+ -c) device="png16m"
+ shift
+ ;;
-*) echo "unknown option: $1"
exit 1
;;
@@ -49,7 +53,7 @@ echo "### rendering pages, please wait ... ###"
echo
gs -dSAVER -dNOPAUSE -dBATCH \
-sPDFPassword="$password" \
- -sDEVICE=tiffpack -sOutputFile=$DIR/ps%03d.tiff \
+ -sDEVICE=${device} -sOutputFile=$DIR/ps%03d.tiff \
$gsopts \
"$1"