home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / doc / libsane / examples / README next >
Encoding:
Text File  |  2006-05-10  |  2.7 KB  |  71 lines

  1. 2006-05-10
  2.  
  3. This directory contains various tools that may be useful:
  4.  
  5.  hotplug/:
  6.         Linux hotplug script and an automatically generated config file
  7.         (libsane.usermap) used to change the permissions on the libusb "device
  8.         nodes" in /proc/bus/usb/ when a scanner is plugged in. For newer Linux
  9.         kernels, you may need to use udev instead.  Please read the README file
  10.         in this directory for instructions.
  11.  
  12.  hotplug-ng/:
  13.         Linux hotplug-ng script and an automatically generated config file
  14.         (libsane.db) used to change the permissions on the libusb "device nodes"
  15.         in /proc/bus/usb/ when a scanner is plugged in. For newer Linux kernels,
  16.         you may need to use udev instead.  Please read the README file in this
  17.         directory for instructions.
  18.  
  19.  udev/:
  20.     Contains a automatically generated udev rules file. udev now replaces
  21.     hotplug and provides all the functionalities of hotplug. libusb 0.1.12
  22.     or newer is necessary.
  23.  
  24.  sane-find-scanner:
  25.         Attempts to find a SCSI scanner attached to your system.
  26.         Invoke with "sane-find-scanner -h" to get command-line
  27.         syntax. More details can be found in the man page
  28.         sane-find-scanner(1).
  29.  
  30.  xerox:
  31.         A simple script to make photocopies ("xeroxing").  In
  32.         the script, you may need to adjust the device name
  33.         assigned to variable DEV and the resolution assigned
  34.         to variable RES as well as the paper with and height
  35.         (variables WIDTH and HEIGHT, respectively.
  36.  
  37.  mustek600iin-off:
  38.         Allows you to turn off a Mustek 600 II N scanner.
  39.         Use "make mustek600iin-off" to compile.
  40.  
  41.  umax_pp:
  42.     Command line utility to scan on UMAX astra 1220P,
  43.     1600P and 2000P, without using the backend. So that
  44.     scanner protocol can be tested directly.
  45.  
  46.  gamma4scanimage: Creates a gamma table in the format expected by scanimage.
  47.     You can define a gamma value, shadow and highlight. 
  48.     Take a look at manual page gamma4scanimage for further information.
  49.  
  50.  RenSaneDlls.cmd: Convert backend-DLL-filenames according to 8.3 naming
  51.         convention necessary for DLLs on OS/2.
  52.  
  53. Maybe useful for SANE developers:
  54.  
  55.  sane-config:
  56.         Show SANE version, linker flags etc. Might be useful for 
  57.         frontend developers.
  58.  
  59.  sane-desc:
  60.         Generate SANE webpages (and ASCII lists) from backend .desc files.
  61.         Run "sane-desc --help" for details. The default lists are generated
  62.         in doc/Makefile. 
  63.  
  64.  check-po.awk:
  65.         Print untranslated and fuzzy messages and their line numbers in the
  66.         source code and po file. Example:
  67.            cd po/ ; ../tools/check-po.awk sane-backends.de.po
  68.         You may need to adjust the path of awk in the first line of the
  69.         script. More documentation is in the script itself.
  70.  
  71.