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
 Setting PixelType:=ieapMonochrome has no effect

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
Valery Posted - Nov 27 2013 : 07:29:40
I want to scan without WIA dialog in Monochrome;
But when im setting

ImageEnView1.IO.AcquireParams.PixelType:=ieapMonochrome;


it have no effect on scanning results.

Is there something i misunderstood ?
2   L A T E S T    R E P L I E S    (Newest First)
Valery Posted - Nov 28 2013 : 05:24:46
small clarification:

Everything works fine when ImageEnView1.IO.AcquireParams.VisibleDialog:=True.
I can set Monochrome in Windows Scanner-Setup dialog box and everything works fine.

But it unacceptable with ADF.
Each time ADF scanning a new page, it showing this dialog.

while FeederLoaded do
begin
ImageEnView1.Clear;
ImageEnView1.IO.Acquire;
end;

Im using HP MFP 2727 with ImageEn 4.1.4
xequte Posted - Nov 27 2013 : 14:51:40
Hi

Specifying a PixelType will set a few WIA properties (WIA_IPA_BITS_PER_CHANNEL and WIA_IPA_CHANNELS_PER_PIXEL), but it is up to the driver to ensure they are used.

It may be better to apply a color reduction after the acquisition.



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com