T O P I C R E V I E W |
nilesh.tong@cdk.com |
Posted - Jun 04 2024 : 12:14:59 Looking for code to scan multiple images in black & white. Code should be compatible with all Twain and WIA scanners. |
6 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Jun 06 2024 : 22:08:46 Thanks Nilesh, we'll review the log that you have sent.
Nigel Xequte Software www.imageen.com
|
nilesh.tong@cdk.com |
Posted - Jun 06 2024 : 00:02:35 yes
Nilesh |
xequte |
Posted - Jun 05 2024 : 19:07:55 Hi Nilesh
Are other scanning programs on that system able to acquire in Black and White with that scanner?
If so, can you please generate a log file:
http://www.imageen.com/help/TIETwainParams.LogFile.html
Nigel Xequte Software www.imageen.com
|
nilesh.tong@cdk.com |
Posted - Jun 05 2024 : 13:56:39 // Acquire a black/white (1bit) image ImageEnView1.IO.AcquireParams.PixelType := ieapMonochrome; ImageEnView1.IO.AcquireParams.VisibleDialog := False; ImageEnView1.IO.Acquire();
this is not working with Fujitsu fi-8170 scanner
|
nilesh.tong@cdk.com |
Posted - Jun 05 2024 : 13:53:59 I used Twain Scanner demo application with FI-8170 scanner with Black & White settings but on acquire it is scanning color image instead of black and white.
And the other observation is like if I set gray then it working as gray and later if I apply black n white then it is working in demo but same I tried programmatically that too not working.
|
xequte |
Posted - Jun 04 2024 : 18:16:33 Hi
Please see the examples at:
http://www.imageen.com/help/TIEAcquireParams.PixelType.html
Nigel Xequte Software www.imageen.com
|