Overview of JTwain
JTwain is the Java counterpart of TWAIN. It is 100% TWAIN 1.9 (the latest specification) compatible.
It is a TWAIN suite developed by LAB Asprise! since 1998. It is 100% TWAIN (most updated version 1.9) compatible. JTwain enables Java developers to acquire images from scanners and digital cameras easily. Its universal APIs bridge Java and scanners, digital cameras tightly. With more than five years extensive development, LAB Asprise! proudly presents you the long waiting version 8.0 of JTwain.
JTwain supports almost any kinds of digital cameras, scanners and other devices.
Most of digital cameras and scanners are TWAIN compatible - With JTwain, you can use Java to access, control almost any kinds of digital cameras and scanners!
New features added to version 8.0
Full implementation of TWAIN 1.9 specification; Quick access to capabilities: getXXX(), getCurrentXXX(), getDefaultXXX(), setXXX(), etc. Smart exception handling;
Programming with JTwain is very easy!
Image image = SourceManager.instance().getDefaultSource().acuqireImage();
Above one line of code completes the task of acquiring an image with JTwain. Developer-friendly guide is available too.
|