rev |
line source |
pascal@21764
|
1 Usage: scanimage [OPTION]...
|
pascal@21764
|
2
|
pascal@21764
|
3 Start image acquisition on a scanner device and write image data to
|
pascal@21764
|
4 standard output.
|
pascal@21764
|
5
|
pascal@21764
|
6 Parameters are separated by a blank from single-character options (e.g.
|
pascal@21764
|
7 -d epson) and by a "=" from multi-character options (e.g. --device-name=epson).
|
pascal@21764
|
8 -d, --device-name=DEVICE use a given scanner device (e.g. hp:/dev/scanner)
|
pascal@21764
|
9 --format=pnm|tiff file format of output file
|
pascal@21764
|
10 -i, --icc-profile=PROFILE include this ICC profile into TIFF file
|
pascal@21764
|
11 -L, --list-devices show available scanner devices
|
pascal@21764
|
12 -f, --formatted-device-list=FORMAT similar to -L, but the FORMAT of the output
|
pascal@21764
|
13 can be specified: %d (device name), %v (vendor),
|
pascal@21764
|
14 %m (model), %t (type), %i (index number), and
|
pascal@21764
|
15 %n (newline)
|
pascal@21764
|
16 -b, --batch[=FORMAT] working in batch mode, FORMAT is `out%d.pnm' or
|
pascal@21764
|
17 `out%d.tif' by default depending on --format
|
pascal@21764
|
18 --batch-start=# page number to start naming files with
|
pascal@21764
|
19 --batch-count=# how many pages to scan in batch mode
|
pascal@21764
|
20 --batch-increment=# increase page number in filename by #
|
pascal@21764
|
21 --batch-double increment page number by two, same as
|
pascal@21764
|
22 --batch-increment=2
|
pascal@21764
|
23 --batch-prompt ask for pressing a key before scanning a page
|
pascal@21764
|
24 --accept-md5-only only accept authorization requests using md5
|
pascal@21764
|
25 -p, --progress print progress messages
|
pascal@21764
|
26 -n, --dont-scan only set options, don't actually scan
|
pascal@21764
|
27 -T, --test test backend thoroughly
|
pascal@21764
|
28 -A, --all-options list all available backend options
|
pascal@21764
|
29 -h, --help display this help message and exit
|
pascal@21764
|
30 -v, --verbose give even more status messages
|
pascal@21764
|
31 -B, --buffer-size=# change input buffer size (in kB, default 32)
|
pascal@21764
|
32 -V, --version print version information
|
pascal@21764
|
33
|
pascal@21764
|
34 Options specific to device `pixma':
|
pascal@21764
|
35 Scan mode:
|
pascal@21764
|
36 --resolution auto||75|150|300|600|1200dpi [75]
|
pascal@21764
|
37 Sets the resolution of the scanned image.
|
pascal@21764
|
38 --mode auto|Color|Gray [Color]
|
pascal@21764
|
39 Selects the scan mode (e.g., lineart, monochrome, or color).
|
pascal@21764
|
40 --source Flatbed [Flatbed]
|
pascal@21764
|
41 Selects the scan source (such as a document-feeder).
|
pascal@21764
|
42 --button-controlled[=(yes|no)] [no]
|
pascal@21764
|
43 When enabled, scan process will not start immediately. To proceed,
|
pascal@21764
|
44 press "SCAN" button (for MP150) or "COLOR" button (for other models).
|
pascal@21764
|
45 To cancel, press "GRAY" button.
|
pascal@21764
|
46 Gamma:
|
pascal@21764
|
47 --custom-gamma[=(auto|yes|no)] [yes]
|
pascal@21764
|
48 Determines whether a builtin or a custom gamma-table should be used.
|
pascal@21764
|
49 --gamma-table auto|0..255,...
|
pascal@21764
|
50 Gamma-correction table. In color mode this option equally affects the
|
pascal@21764
|
51 red, green, and blue channels simultaneously (i.e., it is an intensity
|
pascal@21764
|
52 gamma table).
|
pascal@21764
|
53 Geometry:
|
pascal@21764
|
54 -l auto|0..216.069mm [0]
|
pascal@21764
|
55 Top-left x position of scan area.
|
pascal@21764
|
56 -t auto|0..297.011mm [0]
|
pascal@21764
|
57 Top-left y position of scan area.
|
pascal@21764
|
58 -x auto|0..216.069mm [216.069]
|
pascal@21764
|
59 Width of scan-area.
|
pascal@21764
|
60 -y auto|0..297.011mm [297.011]
|
pascal@21764
|
61 Height of scan-area.
|
pascal@21764
|
62 Buttons:
|
pascal@21764
|
63 --button-update
|
pascal@21764
|
64 Update button state
|
pascal@21764
|
65 --button-1 <int> [0]
|
pascal@21764
|
66 Button 1
|
pascal@21764
|
67 --button-2 <int> [0]
|
pascal@21764
|
68 Button 2
|
pascal@21764
|
69
|
pascal@21764
|
70 Type ``scanimage --help -d DEVICE'' to get list of all options for DEVICE.
|
pascal@21764
|
71
|
pascal@21764
|
72 List of available devices:
|
pascal@21764
|
73 pixma:04A91709
|