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

# we have to restore the correct model specification for gs here
PRINTER="ijs/APOLLO P2500/2600"

RESOLUTION=300x300

case "$COLOR" in
	full)	case "$QUALITY" in
			high|photo)	params="Quality=2,ColorMode=2,MediaType=1,PenSet=4" ;;
			*)		params="Quality=0,ColorMode=2,MediaType=0,PenSet=2" ;;
		esac ;;
	*)	params="Quality=0,ColorMode=0,MediaType=0,PenSet=2" ;;
esac

GS_FEATURES="$GS_FEATURES -sIjsParams='$params' -sDeviceManufacturer=APOLLO"
