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
 WIA Aquire Tiff as default

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
PStadler Posted - Jul 17 2017 : 11:05:52
Hello,

I want to use the WIAScanner example so that automatically a tif (instead of jpg) will be created.

It should be possible to set the filename to P for page + pageNumber.

If I scan two pages at once with A3-Scanner it should be possible to automatically increase the pagenumber by 2.

Where and how could this be achieved?

Sincerely

Peter
5   L A T E S T    R E P L I E S    (Newest First)
PStadler Posted - Jul 22 2017 : 04:11:45
Hello,

I tried all the examples from Image Acquisition. If I compile them in 32 Bit everything is fine. If I compile then in 64 Bit, my scanner, the Plustek OpticPro A320 is not found.

I installed the Driver for windows 7 64 Bit ultimate.

Sincerely Peter
xequte Posted - Jul 20 2017 : 06:44:58
Hi Peter

I cannot reproduce that here.

Have you tried stepping through the code to see where the error is arising.

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
PStadler Posted - Jul 20 2017 : 06:08:40
Hello,
This error is happening if I compile the program.
If I use the original exe "Write Parameters" I get another error: "'Invalid argument" and the parameters are not saved.

I use a Plustek OpticPro A320 Scanner. Scanning is working, but the parameters cannot be changed.

Sincerely
Peter

PStadler Posted - Jul 19 2017 : 06:21:38
Thanks for this information. Now I created aprogram for my scanner. When I press ReadParameters button, it is fine. I can see the actual parameters of the scanner. When I change some parameters in the Dialog and press "Write Parameters" I get an error:
Could not convert variant of type Unicodestring into type (Integer).
The same error i receive if I changed nothing in the dialog.


What does "Take New picture' do?

Sincerely

Peter
xequte Posted - Jul 18 2017 : 04:19:32
Hi Peter

The WIAScanner demo does not automatically save the file at all, so you can just use

ImageEnView.IO.SaveToFile( 'D:\MyScan.jpeg' );

To do it automatically after acquiring use the ImageEnView1.AcquireBitmap event.

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