File: lexmark1100

package info (click to toggle)
apsfilter 7.2.6-1.3
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 2,488 kB
  • ctags: 60
  • sloc: sh: 450; ansic: 236; perl: 175; makefile: 158
file content (13 lines) | stat: -rw-r--r-- 304 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $ApsCVS: src/apsfilter/driver/lexmark1100,v 1.1 2001/11/17 15:21:54 andreas Exp $

RESOLUTION=300x300
POST_FILTER=lm1100

case "$COLOR" in
	full)	PRINTER=ppmraw ;;
	gray)	PRINTER=pgmraw ;;
	mono)	PRINTER=pbmraw
		POST_FILTER_OPTS="$POST_FILTER_OPTS -bw" ;;
esac

POST_FILTER_OPTS="$POST_FILTER_OPTS -"