The "/TV-Browser Releases..vbrowser_3.1_src.zip" file could not be found or is not available. Please select another file.
Looking for the latest version? Download Ver 2.1.2 (145.7 kB)
Name Modified Size Status
Parent folder
Totals: 4 Items   18.1 MB
ChangeLog.txt 2009-12-30 2.6 kB 416 downloads
twainds.source.2.1.3.zip 2009-12-30 2.4 MB 4,046 downloads
twainds.win64.installer.2.1.3.msi 2009-12-30 10.8 MB 2,967 downloads
twainds.win32.installer.2.1.3.msi 2009-12-30 4.9 MB 4,657 downloads
TWAIN Data Source [DS] When finished this will be a TWAIN version 2.0 of the specification compliant data source. Instead of interfacing with a real scanner, it talks to a virtual scanner. The virtual scanner acquires its image from a file on disk. This code can be used as a sample for building your own data source. One way to start would be to inherit the CTWAINDS_Base class and implement the pure virtual functions. There is a file, TWAIN1.9_compliancy_checklist.txt, that contains everything that a source is required to support in order to be TWAIN compliant. The FreeImage library is used by the virtual scanner to perform transforms on the base image to meet the negotiated capabilities. You will need to have the FreeImage files installed on your system for this source to work properly. FreeImage website: http://freeimage.sourceforge.net The DS reads an environment variable, CAP_XFERCOUNT, to get the number of times to send an image. By default only 1 is sent. Setting this to -1 will make the source choose a random number. The source code is documented using the Doxygen documentation system. Please refer to the TWAIN spec from http://www.TWAIN.org for further details on TWAIN. Installation ------------ [Linux] - install QT 4.5.3 then run it to generate makefiles - make - copy images/TWAIN_logo.png to /usr/local/lib/twain/sample2 - copy src/TWAINDS_Sample01.ds to /usr/local/lib/twain/sample2 notes: it is a future goal to have "make install" do the above copies. [Windows] - install QT 4.5.3 SDK for windows - Set environment variable QTDIR and/or QTDIR_64 to qt directory (Ex. QTDIR=C:\Qt\2009.02\qt QTDIR_64=C:\Qt\2009.02_x64\qt) - QMake is used to generate the makefiles. You can get a copy of this free in any QT Open Source distribution. Please see http://www.trolltech.com for more info. - copy the TWAIN_logo.png and TWAINDS_Sample[32|64].ds to /Windows/twain_[32|64]/sample2 directory. - Or use the provided Visual Studio project files. - original: fredh@jflinc.com, May 14, 2005 - updated: fredh@jflin.com, Nov 23, 2007 - updated: jimw@jflin.com, Dec 10, 2007 - updated: mihailm@jflin.com, Dec 23, 2009 - updated: mihailm@jflin.com, Dec 30, 2009
Source: README.txt, updated 2009-12-30