--david
#!/bin/sh
DEV=mustek:/dev/scanner
RES=300
WIDTH=8 # inches
HEIGHT=10 # inches
#
SCALE=`bc <<_EOF_
scale=3
72/${RES}
_EOF_`
scanimage -d $DEV -x ${WIDTH}\" -y ${HEIGHT}\" --resolution ${RES} | \
pnmtops -center -rle -scale ${SCALE} | lpr
-- Source code, list archive, and docs: http://www.azstarnet.com/~axplinux/sane/ To unsubscribe: mail -s unsubscribe sane-devel-request@listserv.azstarnet.com