~ubuntu-branches/ubuntu/lucid/gscan2pdf/lucid

« back to all changes in this revision

Viewing changes to scanners/epson_3490.Lineart

  • Committer: Bazaar Package Importer
  • Author(s): Jeffrey Ratcliffe
  • Date: 2008-07-04 22:54:16 UTC
  • mfrom: (1.2.1 upstream) (12 intrepid)
  • mto: (4.2.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 13.
  • Revision ID: james.westby@ubuntu.com-20080704225416-r875lmn0ffsmeguf
* New upstream release.
  Now Depends: libconfig-general-perl (>= 2.40) to avoid heredoc bug
  Closes: #480947 (gscan2pdf: Defaults for pages are weird now)
  Closes: #486553 (gscan2pdf: unable to save as DjVu)
  Closes: #486680 (gscan2pdf: bizarre DjVu text zones)
  Closes: #485641 (gscan2pdf: No longer saves resolution in TIFF files)
  Closes: #484641 (gscan2pdf: prefix option for scanimage command)
* Bumped Standards-Version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Usage: scanimage [OPTION]...
 
2
 
 
3
Start image acquisition on a scanner device and write PNM image data to
 
4
standard output.
 
5
 
 
6
-d, --device-name=DEVICE   use a given scanner device (e.g. hp:/dev/scanner)
 
7
    --format=pnm|tiff      file format of output file
 
8
-i, --icc-profile=PROFILE  include this ICC profile into TIFF file
 
9
-L, --list-devices         show available scanner devices
 
10
-f, --formatted-device-list=FORMAT similar to -L, but the FORMAT of the output
 
11
                           can be specified: %d (device name), %v (vendor),
 
12
                           %m (model), %t (type), and %i (index number)
 
13
-b, --batch[=FORMAT]       working in batch mode, FORMAT is `out%d.pnm' or
 
14
                           `out%d.tif' by default depending on --format
 
15
    --batch-start=#        page number to start naming files with
 
16
    --batch-count=#        how many pages to scan in batch mode
 
17
    --batch-increment=#    increase number in filename by an amount of #
 
18
    --batch-double         increment page number by two for 2sided originals
 
19
                           being scanned in a single sided scanner
 
20
    --batch-prompt         ask for pressing a key before scanning a page
 
21
    --accept-md5-only      only accept authorization requests using md5
 
22
-p, --progress             print progress messages
 
23
-n, --dont-scan            only set options, don't actually scan
 
24
-T, --test                 test backend thoroughly
 
25
-h, --help                 display this help message and exit
 
26
-v, --verbose              give even more status messages
 
27
-B, --buffer-size          change default input buffersize
 
28
-V, --version              print version information
 
29
 
 
30
Options specific to device `snapscan:libusb:005:007':
 
31
  Scan Mode:
 
32
    --resolution auto||50|150|200|240|266|300|350|360|400|600|720|800|1200|1600|3200dpi [300]
 
33
        Sets the resolution of the scanned image.
 
34
    --preview[=(auto|yes|no)] [no]
 
35
        Request a preview-quality scan.
 
36
    --mode auto|Color|Gray|Lineart [Color]
 
37
        Selects the scan mode (e.g., lineart, monochrome, or color).
 
38
    --preview-mode auto|Auto|Color|Gray|Lineart [Auto]
 
39
        Select the mode for previews. Greyscale previews usually give the best
 
40
        combination of speed and detail.
 
41
    --high-quality[=(auto|yes|no)] [no]
 
42
        Highest quality but lower speed
 
43
    --source auto|Flatbed|Transparency Adapter [Flatbed]
 
44
        Selects the scan source (such as a document-feeder).
 
45
  Geometry:
 
46
    -l auto|0..216mm [0]
 
47
        Top-left x position of scan area.
 
48
    -t auto|0..297mm [0]
 
49
        Top-left y position of scan area.
 
50
    -x auto|0..216mm [216]
 
51
        Width of scan-area.
 
52
    -y auto|0..297mm [297]
 
53
        Height of scan-area.
 
54
    --predef-window None|6x4 (inch)|8x10 (inch)|8.5x11 (inch) [None]
 
55
        Provides standard scanning areas for photographs, printed pages and
 
56
        the like.
 
57
  Enhancement:
 
58
    --depth 8|16bit [8]
 
59
        Number of bits per sample, typical values are 1 for "line-art" and 8
 
60
        for multibit scans.
 
61
    --quality-cal[=(yes|no)] [yes]
 
62
        Do a quality white-calibration
 
63
    --halftoning[=(yes|no)] [inactive]
 
64
        Selects whether the acquired image should be halftoned (dithered).
 
65
    --halftone-pattern DispersedDot8x8|DispersedDot16x16 [inactive]
 
66
        Defines the halftoning (dithering) pattern for scanning halftoned
 
67
        images.
 
68
    --custom-gamma[=(yes|no)] [no]
 
69
        Determines whether a builtin or a custom gamma-table should be used.
 
70
    --analog-gamma-bind[=(yes|no)] [no]
 
71
        In RGB-mode use same values for each color
 
72
    --analog-gamma 0..4 [inactive]
 
73
        Analog gamma-correction
 
74
    --analog-gamma-r 0..4 [1.79999]
 
75
        Analog gamma-correction for red
 
76
    --analog-gamma-g 0..4 [1.79999]
 
77
        Analog gamma-correction for green
 
78
    --analog-gamma-b 0..4 [1.79999]
 
79
        Analog gamma-correction for blue
 
80
    --gamma-table 0..65535,... (in steps of 1) [inactive]
 
81
        Gamma-correction table.  In color mode this option equally affects the
 
82
        red, green, and blue channels simultaneously (i.e., it is an intensity
 
83
        gamma table).
 
84
    --red-gamma-table 0..65535,... (in steps of 1) [inactive]
 
85
        Gamma-correction table for the red band.
 
86
    --green-gamma-table 0..65535,... (in steps of 1) [inactive]
 
87
        Gamma-correction table for the green band.
 
88
    --blue-gamma-table 0..65535,... (in steps of 1) [inactive]
 
89
        Gamma-correction table for the blue band.
 
90
    --negative[=(auto|yes|no)] [inactive]
 
91
        Swap black and white
 
92
    --threshold 0..100% (in steps of 1) [50]
 
93
        Select minimum-brightness to get a white point
 
94
    --brightness -400..400% (in steps of 1) [inactive]
 
95
        Controls the brightness of the acquired image.
 
96
    --contrast -100..400% (in steps of 1) [inactive]
 
97
        Controls the contrast of the acquired image.
 
98
  Advanced:
 
99
    --rgb-lpr auto|1..50 (in steps of 1) [4]
 
100
        Number of scan lines to request in a SCSI read. Changing this
 
101
        parameter allows you to tune the speed at which data is read from the
 
102
        scanner during scans. If this is set too low, the scanner will have to
 
103
        stop periodically in the middle of a scan; if it's set too high,
 
104
        X-based frontends may stop responding to X events and your system could
 
105
        bog down.
 
106
    --gs-lpr auto|1..50 (in steps of 1) [inactive]
 
107
        Number of scan lines to request in a SCSI read. Changing this
 
108
        parameter allows you to tune the speed at which data is read from the
 
109
        scanner during scans. If this is set too low, the scanner will have to
 
110
        stop periodically in the middle of a scan; if it's set too high,
 
111
        X-based frontends may stop responding to X events and your system could
 
112
        bog down.
 
113
 
 
114
Type ``scanimage --help -d DEVICE'' to get list of all options for DEVICE.
 
115
 
 
116
List of available devices:
 
117
    snapscan:libusb:005:007