rev |
line source |
pascal@18238
|
1 Usage: scanimage [OPTION]...
|
pascal@18238
|
2
|
pascal@18238
|
3 Start image acquisition on a scanner device and write PNM image data to
|
pascal@18238
|
4 standard output.
|
pascal@18238
|
5
|
pascal@18238
|
6 -d, --device-name=DEVICE use a given scanner device (e.g. hp:/dev/scanner)
|
pascal@18238
|
7 --format=pnm|tiff file format of output file
|
pascal@18238
|
8 -i, --icc-profile=PROFILE include this ICC profile into TIFF file
|
pascal@18238
|
9 -L, --list-devices show available scanner devices
|
pascal@18238
|
10 -f, --formatted-device-list=FORMAT similar to -L, but the FORMAT of the output
|
pascal@18238
|
11 can be specified: %d (device name), %v (vendor),
|
pascal@18238
|
12 %m (model), %t (type), and %i (index number)
|
pascal@18238
|
13 -b, --batch[=FORMAT] working in batch mode, FORMAT is `out%d.pnm' or
|
pascal@18238
|
14 `out%d.tif' by default depending on --format
|
pascal@18238
|
15 --batch-start=# page number to start naming files with
|
pascal@18238
|
16 --batch-count=# how many pages to scan in batch mode
|
pascal@18238
|
17 --batch-increment=# increase number in filename by an amount of #
|
pascal@18238
|
18 --batch-double increment page number by two for 2sided originals
|
pascal@18238
|
19 being scanned in a single sided scanner
|
pascal@18238
|
20 --batch-prompt ask for pressing a key before scanning a page
|
pascal@18238
|
21 --accept-md5-only only accept authorization requests using md5
|
pascal@18238
|
22 -n, --dont-scan only set options, don't actually scan
|
pascal@18238
|
23 -T, --test test backend thoroughly
|
pascal@18238
|
24 -h, --help display this help message and exit
|
pascal@18238
|
25 -v, --verbose give even more status messages
|
pascal@18238
|
26 -V, --version print version information
|
pascal@18238
|
27
|
pascal@18238
|
28 Options specific to device `hpoj:mlc:usb:psc_1200_series':
|
pascal@18238
|
29 Scan mode:
|
pascal@18238
|
30 --mode Lineart|Grayscale|Color [Color]
|
pascal@18238
|
31 Selects the scan mode (e.g., lineart,monochrome, or color).
|
pascal@18238
|
32 --resolution 75..600dpi [75]
|
pascal@18238
|
33 Sets the resolution of the scanned image.
|
pascal@18238
|
34 Advanced:
|
pascal@18238
|
35 --contrast 0..100 [0]
|
pascal@18238
|
36 Controls the contrast of the acquired image.
|
pascal@18238
|
37 --compression None|JPEG [None]
|
pascal@18238
|
38 Selects the scanner compression method for faster scans, possibly at
|
pascal@18238
|
39 the expense of image quality.
|
pascal@18238
|
40 --jpeg-compression-factor 0..100 [inactive]
|
pascal@18238
|
41 Sets the scanner JPEG compression factor. Larger numbers mean better
|
pascal@18238
|
42 compression, and smaller numbers mean better image quality.
|
pascal@18238
|
43 --batch-scan[=(yes|no)] [no]
|
pascal@18238
|
44 Guarantees that a "no documents" condition will be returned after the
|
pascal@18238
|
45 last scanned page, to prevent endless flatbed scans after a batch scan.
|
pascal@18238
|
46 For some models, option changes in the middle of a batch scan don't
|
pascal@18238
|
47 take effect until after the last page.
|
pascal@18238
|
48 --source Flatbed [Flatbed]
|
pascal@18238
|
49 Selects the desired scan source for models with both flatbed and
|
pascal@18238
|
50 automatic document feeder (ADF) capabilities. The "Auto" setting means
|
pascal@18238
|
51 that the ADF will be used if it's loaded, and the flatbed (if present)
|
pascal@18238
|
52 will be used otherwise.
|
pascal@18238
|
53 --duplex[=(yes|no)] [inactive]
|
pascal@18238
|
54 Enables scanning on both sides of the page for models with
|
pascal@18238
|
55 duplex-capable document feeders. For pages printed in "book"-style
|
pascal@18238
|
56 duplex mode, one side will be scanned upside-down. This feature is
|
pascal@18238
|
57 experimental.
|
pascal@18238
|
58 Geometry:
|
pascal@18238
|
59 --length-measurement Unknown|Approximate|Padded [Padded]
|
pascal@18238
|
60 Selects how the scanned image length is measured and reported, which
|
pascal@18238
|
61 is impossible to know in advance for scrollfed scans.
|
pascal@18238
|
62 -l 0..215.9mm [0]
|
pascal@18238
|
63 Top-left x position of scan area.
|
pascal@18238
|
64 -t 0..296.926mm [0]
|
pascal@18238
|
65 Top-left y position of scan area.
|
pascal@18238
|
66 -x 0..215.9mm [215.9]
|
pascal@18238
|
67 Width of scan-area.
|
pascal@18238
|
68 -y 0..296.926mm [296.926]
|
pascal@18238
|
69 Height of scan-area.
|
pascal@18238
|
70
|
pascal@18238
|
71 Type ``scanimage --help -d DEVICE'' to get list of all options for DEVICE.
|
pascal@18238
|
72
|
pascal@18238
|
73 List of available devices:
|
pascal@18238
|
74 hpoj:mlc:usb:psc_1200_series
|