rev |
line source |
pascal@22061
|
1 Usage: scanimage [OPTION]...
|
pascal@22061
|
2
|
pascal@22061
|
3 Start image acquisition on a scanner device and write image data to
|
pascal@22061
|
4 standard output.
|
pascal@22061
|
5
|
pascal@22061
|
6 Parameters are separated by a blank from single-character options (e.g.
|
pascal@22061
|
7 -d epson) and by a "=" from multi-character options (e.g. --device-name=epson).
|
pascal@22061
|
8 -d, --device-name=DEVICE use a given scanner device (e.g. hp:/dev/scanner)
|
pascal@22061
|
9 --format=pnm|tiff|png|jpeg file format of output file
|
pascal@22061
|
10 -i, --icc-profile=PROFILE include this ICC profile into TIFF file
|
pascal@22061
|
11 -L, --list-devices show available scanner devices
|
pascal@22061
|
12 -f, --formatted-device-list=FORMAT similar to -L, but the FORMAT of the output
|
pascal@22061
|
13 can be specified: %d (device name), %v (vendor),
|
pascal@22061
|
14 %m (model), %t (type), %i (index number), and
|
pascal@22061
|
15 %n (newline)
|
pascal@22061
|
16 -b, --batch[=FORMAT] working in batch mode, FORMAT is `out%d.pnm' `out%d.tif'
|
pascal@22061
|
17 `out%d.png' or `out%d.jpg' by default depending on --format
|
pascal@22061
|
18 --batch-start=# page number to start naming files with
|
pascal@22061
|
19 --batch-count=# how many pages to scan in batch mode
|
pascal@22061
|
20 --batch-increment=# increase page number in filename by #
|
pascal@22061
|
21 --batch-double increment page number by two, same as
|
pascal@22061
|
22 --batch-increment=2
|
pascal@22061
|
23 --batch-print print image filenames to stdout
|
pascal@22061
|
24 --batch-prompt ask for pressing a key before scanning a page
|
pascal@22061
|
25 --accept-md5-only only accept authorization requests using md5
|
pascal@22061
|
26 -p, --progress print progress messages
|
pascal@22061
|
27 -n, --dont-scan only set options, don't actually scan
|
pascal@22061
|
28 -T, --test test backend thoroughly
|
pascal@22061
|
29 -A, --all-options list all available backend options
|
pascal@22061
|
30 -h, --help display this help message and exit
|
pascal@22061
|
31 -v, --verbose give even more status messages
|
pascal@22061
|
32 -B, --buffer-size=# change input buffer size (in kB, default 32)
|
pascal@22061
|
33 -V, --version print version information
|
pascal@22061
|
34
|
pascal@22061
|
35 Options specific to device `lexmark_nscan:libnet/SPECIFY_DEVICE':
|
pascal@22061
|
36 Scanner:
|
pascal@22061
|
37 --ip-address <string> [0.0.0.0]
|
pascal@22061
|
38 The IP address / hostname associated with this scan job.
|
pascal@22061
|
39 Profile Information:
|
pascal@22061
|
40 --user-name <string> [current]
|
pascal@22061
|
41 The user name associated with this scan job.
|
pascal@22061
|
42 --profile-name <string> [Scan_01]
|
pascal@22061
|
43 The profile name associated with this scan job.
|
pascal@22061
|
44 Image Settings:
|
pascal@22061
|
45 --content-type Text|Text/Graphics|Photo [Text/Graphics]
|
pascal@22061
|
46 Indicates the type of material to be scanned.
|
pascal@22061
|
47 --scan-resolution 75|150|200|300|400|600|1200dpi [150]
|
pascal@22061
|
48 The resolution of the scan job in dots per inch.
|
pascal@22061
|
49 --mode 1-bit Black & White|8-bit Grayscale|24-bit Color [1-bit Black & White]
|
pascal@22061
|
50 The color depth of the scan job.
|
pascal@22061
|
51 --content-source Black and White Laser|Color Laser|Inkjet Plain|Inkjet Glossy|Retail Photo|Photo|Magazine|Newspaper|Brochure|Auto/Other [Black and White Laser]
|
pascal@22061
|
52 Content Source.
|
pascal@22061
|
53 --original-size Letter|Executive|Legal|A3|A4|A5|A6|B4|B5|Tabloid|Folio|Statement|3x5 Photo|4x6 Photo|3.5x5 in|4x8 in|5x7 in|8x10 in|L|2L|Hagaki|9x13 cm|10x15 cm|10x20 cm|13x18 cm|20x25 cm|Business Card|Book Original|Auto Size|Mixed Size|Universal|Oficio (México)|Custom Scan Size 1|Custom Scan Size 2|Custom Scan Size 3|Custom Scan Size 4|Custom Scan Size 5|Custom Scan Size 6 [Letter]
|
pascal@22061
|
54 The size of the area to be scanned.
|
pascal@22061
|
55 --orientation Portrait|Landscape [Portrait]
|
pascal@22061
|
56 The orientation of the scan output.
|
pascal@22061
|
57 --scan-both-sides[=(yes|no)] [no]
|
pascal@22061
|
58 Scan both sides of the document.
|
pascal@22061
|
59 --scan-now[=(yes|no)] [no]
|
pascal@22061
|
60 Start scan operation immediately.
|
pascal@22061
|
61 --source Single Page|Multiple Pages [Single Page]
|
pascal@22061
|
62 Indicates the number of pages to be scanned.
|
pascal@22061
|
63 Advanced Settings:
|
pascal@22061
|
64 --brightness 1..9 (in steps of 1) [5]
|
pascal@22061
|
65 Adjusts the brightness setting for this scan.
|
pascal@22061
|
66 --contrast 0..5 (in steps of 1) [0]
|
pascal@22061
|
67 Adjusts the contrast setting used for this scan.
|
pascal@22061
|
68 Advance Imaging:
|
pascal@22061
|
69 --mirrorimage[=(yes|no)] [inactive]
|
pascal@22061
|
70 Scans the image then rotates it 180 degrees horizontally.
|
pascal@22061
|
71 --negativeimage[=(yes|no)] [inactive]
|
pascal@22061
|
72 Negative Image.
|
pascal@22061
|
73 --blankpageremoval[=(yes|no)] [inactive]
|
pascal@22061
|
74 Blank Page Removal.
|
pascal@22061
|
75 --colordropout None|Red|Green|Blue [None]
|
pascal@22061
|
76 Color Dropout.
|
pascal@22061
|
77 --colordropoutthreshold 0..254 (in steps of 1) [inactive]
|
pascal@22061
|
78 Color Dropout Threshold.
|
pascal@22061
|
79 --bkgremoval -4..4 (in steps of 1) [0]
|
pascal@22061
|
80 Background Removal.
|
pascal@22061
|
81 --reset [inactive]
|
pascal@22061
|
82 Resets advance imaging options to its default value.
|
pascal@22061
|
83
|
pascal@22061
|
84 Type ``scanimage --help -d DEVICE'' to get list of all options for DEVICE.
|
pascal@22061
|
85
|
pascal@22061
|
86 List of available devices:
|
pascal@22061
|
87 lexmark_nscan:libnet/SPECIFY_DEVICE lexmark_nscan:libnet/001122334455
|