ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Scanning images in black & white

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

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