openbsd-ports/graphics/sane-backends/pkg/DESCR
ajacoutot 2714dc9f0c Don't compile with net-snmp by default, instead create an "snmp" FLAVOR
for people who need snmp network scanner support.
2011-04-25 09:34:39 +00:00

28 lines
1.4 KiB
Plaintext
Executable File

SANE stands for "Scanner Access Now Easy" and is an application
programming interface (API) that provides standardized access to any
raster image scanner hardware (flatbed scanner, hand-held scanner,
video- and still-cameras, frame-grabbers, etc.). The SANE API is public
domain and its discussion and development is open to everybody. The
current source code is written for UNIX (including GNU/Linux) and is
available under the GNU General Public License (the SANE API is
available to proprietary applications and backends as well, however).
More details about the license can be found on our license page. Ports
to MacOS X, OS/2 and Microsoft Windows are either already done or in
progress.
SANE is a universal scanner interface. The value of such a universal
interface is that it allows writing just one driver per image
acquisition device rather than one driver for each device and
application. So, if you have three applications and four devices,
traditionally you'd have had to write 12 different programs. With SANE,
this number is reduced to seven: the three applications plus the four
drivers. Of course, the savings get even bigger as more and more drivers
and/or applications are added.
SANE-BACKENDS comes complete with documentation, several backends,
scanimage command line frontend, and networking support. For
other/graphical frontends take a look at sane-frontends and XSane.
Available FLAVOR:
snmp - build with net-snmp support (i.e. SNMP scanners support)