Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
spywares
Posted - Dec 27 2013 : 00:45:57 I use Delphi XE2+ImageEn 5.0.5 and have problem with execution time of the method Acquire. Users are unhappy. Execution takes 10 to 40 seconds.
quote: begin FillIn;
ImageListIO.Acquire; // 10-40 seconds
if ImageListView.ImageCount = 0 then Exit; ImageListView.SelectedImage:=0; ImageListViewImageSelect(self, 0); end;
1 L A T E S T R E P L I E S (Newest First)
Valery
Posted - Dec 27 2013 : 05:56:56 Try using Standart Windows Scanner and Camera Wizard and compare results Finally Lower scan resolution + black/white.
But imagen is bugged to set Monochrome color mode while using WIA. Monochrome method can be only set with ShowDialog:=true; and setting up monochrome in this dialog.