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
 Fujitsu fi-6130 scan in color via WIA (IEvolution)

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
cbc70037 Posted - Apr 17 2021 : 14:48:21
Hello. What am I missing in trying to get this scanner to scan in color using an IEMulti? I've tried a number of things to no effect.

Using this code:


iem.ImageList.AcquireParams.SelectedSource = "FUJITSU fi-6130dj #2||0||WIA||SCN";
iem.ImageList.AcquireParams.XResolution = 300;
iem.ImageList.AcquireParams.YResolution = 300;
iem.ImageList.AcquireParams.BitDepth = 8;
iem.ImageList.AcquireParams.PixelType = AcquireParams.AcquirePixelType.FullColor;
iem.ImageList.AcquireParams.DuplexEnabled = true;
iem.ImageList.AcquireParams.VisibleDialog = false;
iem.ImageList.Acquire();


Thanks.


-C
1   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Apr 19 2021 : 17:46:00
Hi

That seems like the correct method. Have you tried using the Twain driver rather than WIA?

How about if you use the WIA object directly, rather than the AcquireParams wrapper?

Nigel
Xequte Software
www.imageen.com