# $ApsCVS: src/apsfilter/driver/ijs/DESKJET_600,v 1.1.2.1 2001/12/16 17:52:29 andreas Exp $

RESOLUTION=300x300
PRINTER="$(echo $PRINTER | sed 's/_/ /g')"

case "$COLOR" in
	full)	params="Quality=0,ColorMode=2,MediaType=0,PenSet=2" ;;
	*)	params="Quality=0,ColorMode=0,MediaType=0,PenSet=2" ;;
esac

GS_FEATURES="$GS_FEATURES -sIjsParams='$params' -sDeviceManufacturer=HEWLETT-PACKARD"
