diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-07-31 17:00:20 +0200 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-07-31 17:00:20 +0200 | 
| commit | 3759ce55ba79b8d3b9d8ed247a252273ee7dade3 (patch) | |
| tree | d69692a274dd1c7d0672e6bb7155a0fc106f9d49 /doc/sane-lexmark.man | |
| parent | c8bd2513ecba169cff44c09c8058c36987357b18 (diff) | |
| parent | 1687222e1b9e74c89cafbb5910e72d8ec7bfd40f (diff) | |
Update upstream source from tag 'upstream/1.0.28'
Update to upstream version '1.0.28'
with Debian dir ec5bb298266630fc3801ff6dc0c258f6df7ba979
Diffstat (limited to 'doc/sane-lexmark.man')
| -rw-r--r-- | doc/sane-lexmark.man | 62 | 
1 files changed, 31 insertions, 31 deletions
| diff --git a/doc/sane-lexmark.man b/doc/sane-lexmark.man index 30bba87..06e3359 100644 --- a/doc/sane-lexmark.man +++ b/doc/sane-lexmark.man @@ -9,13 +9,13 @@ library implements a SANE (Scanner Access Now Easy) backend that  provides access to the scanner part of Lexmark X1100/X1200 AIOs. This backend  should be considered  .B beta-quality -software!  -.PP  +software! +.PP  The scanners that should work with this backend are: -.PP  +.PP  .RS  .ft CR -.nf  +.nf     Vendor Model           status  \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-  \-\-\-\-\-\-\-\-\-\-\-    Lexmark X74             good @@ -28,7 +28,7 @@ The scanners that should work with this backend are:    Lexmark X12xx           good in USB1.1,    			  not fully tested in USB2.0    Dell    A920            good -.fi  +.fi  .ft R  .RE @@ -36,58 +36,58 @@ The options the backend supports can either be selected through  command line options to programs like scanimage or through GUI  elements in xscanimage or xsane. -.br  +.br  If you have any strange behavior, please report to the backend  maintainer or to the SANE mailing list. -Valid command line options and their syntax can be listed by using  +Valid command line options and their syntax can be listed by using  .RS  scanimage \-\-help \-d lexmark:usb:<usb port>  .RE -.TP  +.TP  .B Scan Mode Options -.TP  +.TP  .B \-\-mode -selects the basic mode of operation of the scanner valid choices are  +selects the basic mode of operation of the scanner valid choices are  .IR Color ,  .I Gray  and  .I Lineart -The default mode is Color. The Lineart mode is black and white only (1 bit).  +The default mode is Color. The Lineart mode is black and white only (1 bit).  Grayscale will produce 256 levels of gray (8 bits). Color mode allows for over  16 million different colors produced from 24 bits of color information. -.TP  +.TP  .B \-\-resolution -selects the resolution for a scan. The horizontal and vertical resolutions are set  +selects the resolution for a scan. The horizontal and vertical resolutions are set  by the value of this option. The scanner is capable of the following resolutions for the specified option value: -.PP  +.PP  .RS  .ft CR -.nf  -  Value   Hor. Resolution  Vert. Resolution  +.nf +  Value   Hor. Resolution  Vert. Resolution    \-\-\-\-\-   \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-  \-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-    75      75dpi            75dpi -  150     150dpi           150dpi  -  300     300dpi           300dpi  -  600     600dpi           600dpi  +  150     150dpi           150dpi +  300     300dpi           300dpi +  600     600dpi           600dpi    1200    600dpi           1200dpi  (only for X11xx models with 'B2' sensor) -.fi  +.fi  .ft R  .RE -.TP  +.TP  .B \-\-preview  requests a preview scan. The resolution used for that scan is 75 dpi -and the scan area and the scan mode are as specified through their options,  +and the scan area and the scan mode are as specified through their options,  or the default if not specified. The default value for preview mode is "no". -.TP  +.TP  .B \-\-threshold  selects the  minimum-brightness to get a white point. The threshold is only used with Lineart mode scans. -It is specified as a percentage in the range 0..100% (in steps of 1).   +It is specified as a percentage in the range 0..100% (in steps of 1).  The default value of the threshold option is 50. @@ -96,17 +96,17 @@ The configuration file @CONFIGDIR@/lexmark.conf contains only the usb device id  .SH "FILES" -.TP  +.TP  .I @LIBDIR@/libsane\-lexmark.a  The static library implementing this backend. -.TP  +.TP  .I @LIBDIR@/libsane\-lexmark.so  The shared library implementing this backend (present on systems that  support dynamic loading).  .SH "ENVIRONMENT" -.TP  +.TP  .B SANE_DEBUG_LEXMARK  .B SANE_DEBUG_LEXMARK_LOW  If the library was compiled with debug support enabled, this @@ -125,7 +125,7 @@ The data compression isn't supported for the X1200 series on USB 1.1,  leading to slow scans.  .SH "BUGS" -.br  +.br  No bugs currently known. @@ -135,16 +135,16 @@ sane\-scsi(5), scanimage(1), xscanimage(1), xsane(1), sane(7)  .SH "AUTHOR" -.TP  +.TP  The backend was originally written by Fred Odendaal.  .I http://ca.geocities.com/freshshelf@rogers.com/ -.TP  +.TP  The new version is currently developed by St\['e]phane Voltz.  .I http://stef.dev.free.fr/sane/lexmark  .TP  X74 support was written by Torsten Houwaart (<ToHo@gmx.de>)  .SH "CREDITS" -.TP  +.TP  Many thanks go to:  Julien Furgerot who lend me a Dell A920.  Robert Price, Dani Ele  and Dalai Felinto for the time they spent recording | 
