Advertisement
liquefry

scanimage -A output

Oct 24th, 2016
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.85 KB | None | 0 0
  1. [matt@localhost sane.d]$ sudo su -c "SANE_DEBUG_PIXMA=11 scanimage -A"
  2. [sanei_debug] Setting debug level of pixma to 11.
  3. [pixma] pixma is compiled with pthread support.
  4. [pixma] pixma version 0.17.23
  5. [pixma] pixma_collect_devices() found Canon PIXMA MG8100 at libusb:002:005
  6. [pixma] Scanner model found: Name MG8100(Canon PIXMA MG8100) matches MG8100 series
  7. [pixma] pixma_collect_devices() found Canon PIXMA MG8100 at bjnp://192.168.1.49:8612
  8. [pixma] pixma_find_scanners() found 2 devices
  9. [pixma] pixma_collect_devices() found Canon PIXMA MG8100 at libusb:002:005
  10. [pixma] Scanner model found: Name MG8100(Canon PIXMA MG8100) matches MG8100 series
  11. [pixma] pixma_collect_devices() found Canon PIXMA MG8100 at bjnp://192.168.1.49:8612
  12. [pixma] pixma_open(): Canon PIXMA MG8100
  13.  
  14. All options specific to device `pixma:MG8100_192.168.1.49':
  15.  Scan mode:
  16.    --resolution auto||75|150|300|600|1200|2400|4800dpi [75]
  17.        Sets the resolution of the scanned image.
  18.    --mode auto|Color|Gray|Lineart [Color]
  19.        Selects the scan mode (e.g., lineart, monochrome, or color).
  20.    --source Flatbed|Transparency Unit [Flatbed]
  21.        Selects the scan source (such as a document-feeder). Set source before
  22.        mode and resolution. Resets mode and resolution to auto values.
  23.    --button-controlled[=(yes|no)] [no]
  24.        When enabled, scan process will not start immediately. To proceed,
  25.        press "SCAN" button (for MP150) or "COLOR" button (for other models).
  26.        To cancel, press "GRAY" button.
  27.  Gamma:
  28.    --custom-gamma[=(auto|yes|no)] [yes]
  29.        Determines whether a builtin or a custom gamma-table should be used.
  30.    --gamma-table auto|0..255,...
  31.        Gamma-correction table.  In color mode this option equally affects the
  32.        red, green, and blue channels simultaneously (i.e., it is an intensity
  33.        gamma table).
  34.    --gamma auto|0.299988..5 [2.2]
  35.        Changes intensity of midtones
  36.  Geometry:
  37.    -l auto|0..216.069mm [0]
  38.        Top-left x position of scan area.
  39.    -t auto|0..297.011mm [0]
  40.        Top-left y position of scan area.
  41.    -x auto|0..216.069mm [216.069]
  42.        Width of scan-area.
  43.    -y auto|0..297.011mm [297.011]
  44.        Height of scan-area.
  45.  Buttons:
  46.    --button-update
  47.        Update button state
  48.    --button-1 <int> [0] [read-only]
  49.        Button 1
  50.    --button-2 <int> [0] [read-only]
  51.        Button 2
  52.    --original <int> [0] [read-only]
  53.        Type of original to scan
  54.    --target <int> [0] [read-only]
  55.        Target operation type
  56.    --scan-resolution <int> [0] [read-only]
  57.        Scan resolution
  58.  Extras:
  59.    --threshold auto|0..100% (in steps of 1) [inactive]
  60.        Select minimum-brightness to get a white point
  61.    --threshold-curve auto|0..127 (in steps of 1) [inactive]
  62.        Dynamic threshold curve, from light to dark, normally 50-65
  63.  
  64. [pixma] pixma_close(): Canon PIXMA MG8100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement