# $ApsCVS: src/apsfilter/driver/st800,v 1.1 2001/11/17 15:21:55 andreas Exp $

PRINTER=stcolor
GS_MODEL=st800

case "$QUALITY" in
	draft|low)	RESOLUTION=180x180
			GS_FEATURES="$GS_FEATURES -sDithering=gsmono" ;;
	medium)		RESOLUTION=360x360
			GS_FEATURES="$GS_FEATURES -sDithering=fsmono" ;;
	high)		RESOLUTION=720x360
			GS_FEATURES="$GS_FEATURES -sDithering=fsmono" ;;
	photo)		RESOLUTION=720x720
			GS_FEATURES="$GS_FEATURES -sDithering=fsmono" ;;
esac

[ "$SWEEP" = uni ] && GS_FEATURES="$GS_FEATURES -dUnidirectional"
