Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
sane-epsonds(5) 	  SANE Scanner Access Now Easy		 sane-epsonds(5)

NAME
     sane-epsonds - SANE backend for EPSON ESC/I-2 scanners

DESCRIPTION
     The  sane-epsonds library implements a SANE (Scanner Access Now Easy) back-
     end that provides access to Epson ESC/I-2 scanners.

     Valid command line options and their syntax can be listed by using

	    scanimage --help -d epsonds

     Not all devices support all options.

     Scan Mode
	    The --mode switch selects the basic mode of operation of  the  scan-
	    ner.  Valid choices are Lineart, Gray and Color. The Lineart mode is
	    black and white only, Gray will produce 256 levels of gray	or  more
	    depending  on  the scanner and Color means 24 bit color mode or more
	    depending on the scanner.  Some scanners will internally use 36  bit
	    color, their external interface however may only support 24 bits.

	    The  --depth option selects the bit depth the scanner is using. This
	    option is only available for scanners that support more than one bit
	    depth. Older scanners will always transfer the image in  8bit  mode.
	    Newer  scanners allow one to select either 8 bits, 12 or 14 bits per
	    color channel. For a color scan this means an effective color  depth
	    of	36  or 42 bits over all three channels. The valid choices depend
	    on the scanner model.

	    The --resolution switch selects the resolution for a scan. Some  EP-
	    SON  scanners  will  scan  in  any resolution between the lowest and
	    highest possible value. The list reported by the scanner can be dis-
	    played using the "--help -d epson" parameters to scanimage(1).

	    The geometry options -l -t -x -y control the scan area: -l sets  the
	    top  left x coordinate, -t the top left y coordinate, -x selects the
	    width and -y the height of the scan area. All parameters are  speci-
	    fied in millimeters.

	    The --source option selects the scan source. Valid options depend on
	    the installed options. The default is "Flatbed".

	    The --eject option ejects the sheet in the ADF.

	    The --adf-mode option select the ADF mode (simplex/duplex).

CONFIGURATION FILE
     The configuration file /usr/local/etc/sane.d/epsonds.conf specifies the de-
     vice(s) that the backend will use. Possible connection types are:

     USB    For  not automatically detected USB scanners, their VENDOR and PROD-
	    UCT ID can be specified manually in the config file.  More	informa-
	    tion about valid syntax for USB devices can be found in sane-usb(5).

     Network (not yet supported)
	    Network  scanners  can be auto-discovered if autodiscovery is speci-
	    fied after net keyword.  An IP address to connect  to  can	also  be
	    used.

FILES
     /usr/local/lib/sane/libsane-epsonds.a
	    The static library implementing this backend.

     /usr/local/lib/sane/libsane-epsonds.so
	    The  shared  library  implementing	this backend (present on systems
	    that support dynamic loading).

ENVIRONMENT
     SANE_DEBUG_EPSONDS
	    If the library was compiled with debug support enabled,  this  envi-
	    ronment variable controls the debug level for this backend.  E.g., a
	    value  of 128 requests all debug output to be printed.  Smaller lev-
	    els reduce verbosity. Values around 11-16 will usually be enough for
	    a bug report.

SEE ALSO
     sane-usb(5), scanimage(1), xscanimage(1), xsane(1)

AUTHOR
     The backend is written by Alessandro Zummo.

				   29 Mar 2015			 sane-epsonds(5)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=sane-epsonds&sektion=5&manpath=FreeBSD+Ports+15.1.quarterly>

home | help