T O P I C R E V I E W |
kevinmcb |
Posted - Oct 28 2014 : 11:42:09 A while back I read in the forums that some changes were to be made to the Twain scanning functions, and that this was planned for release 5.1.2. Now that 5.2.0 is out I don't see anything in the change log about Twain enhancements. Did I miss something or have the Twain changes been postponed to a later release?
I am working on porting a project from Skyline's ImageLib to ImageEn and I didn't want to spend too much time on the scanning part if changes were upcoming in ImageEn. If the enhancements are off the table for now I will just go ahead and port the scanning part using the current version.
Thanks. |
3 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Dec 05 2015 : 01:59:51 Hi Dick
ImageEn does not expose the Twain handle. Why do you use it for?
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
Dick Maley |
Posted - Dec 04 2015 : 17:48:58 I am just starting the process of trying to migrate Twain/Wia functionality from ImageLib to ImageEn. I have just run into my first roadblock.
The old code called illow_open_twain(Handle); to retrieve a handle to the twain device.
How do I do this with ImagEn?
Thank you.
Dick Maley |
xequte |
Posted - Oct 28 2014 : 14:21:59 Hi
5.2.0 (we skipped v5.1.2) includes some enhancements to Twain handling, but nothing that affects the interface:
www.imageen.com/info/HistoryFull.html#5.2.0
Also, remember that ImageEn includes a generic TIEAcquireParams class:
http://www.imageen.com/help/TIEAcquireParams.html
Which provides access to devices via Twain, WIA and (in v5.2.1) Windows Portable Devices API, without your needing to consider the underlying API.
Nigel Xequte Software www.xequte.com nigel@xequte.com |