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 scanimage: rounded value of br-x from 210 to 209.981
|
pascal@18238
|
28 scanimage: rounded value of br-y from 297 to 296.973
|
pascal@18238
|
29
|
pascal@18238
|
30 Options specific to device `brother:bus1;dev2':
|
pascal@18238
|
31 Mode:
|
pascal@18238
|
32 --mode Black & White|Gray[Error Diffusion]|True Gray|24bit Color|24bit Color[Fast] [24bit Color]
|
pascal@18238
|
33 Select the scan mode
|
pascal@18238
|
34 --resolution 100|150|200|300|400|600|1200|2400|4800|9600dpi [200]
|
pascal@18238
|
35 Sets the resolution of the scanned image.
|
pascal@18238
|
36 --source FlatBed|Automatic Document Feeder [Automatic Document Feeder]
|
pascal@18238
|
37 Selects the scan source (such as a document-feeder).
|
pascal@18238
|
38 --brightness -50..50% (in steps of 1) [inactive]
|
pascal@18238
|
39 Controls the brightness of the acquired image.
|
pascal@18238
|
40 --contrast -50..50% (in steps of 1) [inactive]
|
pascal@18238
|
41 Controls the contrast of the acquired image.
|
pascal@18238
|
42 Geometry:
|
pascal@18238
|
43 -l 0..212mm (in steps of 0.0999908) [0]
|
pascal@18238
|
44 Top-left x position of scan area.
|
pascal@18238
|
45 -t 0..355.6mm (in steps of 0.0999908) [0]
|
pascal@18238
|
46 Top-left y position of scan area.
|
pascal@18238
|
47 -x 0..212mm (in steps of 0.0999908) [209.981]
|
pascal@18238
|
48 Width of scan-area.
|
pascal@18238
|
49 -y 0..355.6mm (in steps of 0.0999908) [296.973]
|
pascal@18238
|
50 Height of scan-area.
|
pascal@18238
|
51
|
pascal@18238
|
52 Type ``scanimage --help -d DEVICE'' to get list of all options for DEVICE.
|
pascal@18238
|
53
|
pascal@18238
|
54 List of available devices:
|
pascal@18238
|
55 brother:bus1;dev2
|