LEADTOOLS SANE API Introduction (original) (raw)
Summary
The LEADTOOLS SANE API provides a powerful set of functions, including in-depth support for image acquisition from a wide variety of hardware devices.
The API is a 'native' shared object library for running SANE scanners on Linux. It supports image acquisition from any Scanner Access Now Easy (SANE) device.
Key Features
- Manage and handle multiple SANE sources like scanners, barcode readers, and digital cameras
- Give applications access to and perform any feature supported by a device's SANE driver.
- Flexibly get and set all SANE options that the device's SANE driver supports.
- Control the resolution (dpi), position, size, and orientation of the image to be acquired.
- Acquire pages from the specified source
LEADTOOLS SANE Features
Scanner Access Now Easy (SANE) is an API for handling image acquisition from scanning devices. The SANE API is designed so that only one driver needs to be written for each scanning device. Batch operations are easy to set up: options are selected once and used on each item in a set.
The LEADTOOLS SANE SDK consists of a Linux API (LtSane), a Java library (Leadtools.Sane), and a server library (Leadtools.Sane.Server). This toolkit is included with LEADTOOLS Document and Medical Imaging products.
See Also
Reference
Programming with LEADTOOLS SANE Functions