
400
|
Chapter 3: Linux Commands
This is the Title of the Book, eMatter Edition
Copyright © 2006 O’Reilly & Associates, Inc. All rights reserved.
-s num, --start-count num
Specify the page number of the first scanned image.
-S name, --scan-script name
Specify the name of a script to run after each image is scanned.
-v, --verbose
Run in verbose mode, providing additional status messages.
-V, --version
Print version information and exit.
scanimage
scanimage [options]
Read images from devices such as scanners and cameras, writing
the images to standard output in PNM (Portable aNyMap) format.
scanimage uses the SANE interface to access the scanner and can
support any device for which there is a SANE backend.
Formats
PBM
Black-and-white
PGM
Grayscale
PPM
Color
TIFF
Black-and-white, grayscale, or color
Options
--accept-md5-only
Only accept MD5 authorization requests.
-b [format], --batch[=format]
Work in batch mode, using a document feeder. Each page is
written to a file, as specified by format, using a printf-type
string. The default format is out%d.pnm for the PNM formats
and out%d.tif for TIFF.
--batch-count=num
The number of pages to scan in batch mode. Use this option
for scanners that do not signal when they are empty; the
default is to continue scanning until such a signal is received.
--batch-double
Increment the page number by 2 in batch mode. Used for
scanning two-sided originals on a single-sided scanner.
--batch-increment ...