I wrote this quick script to scan in color to a tiff file from a saned server:

Code:
#!/bin/bash
#
# Scan an image to a file
#
# Usage: ./scan2tiff <filename>
#
scanimage --format tiff --mode color > $1.tiff