This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Tuesday, January 6, 2009 2:44:03 AM(UTC)
Groups: Registered
Posts: 5
I'm developing a scan program with leadtools v15 and vs.net2005
The program can deal with the scanned image auto after scan a page of document.
But if the number of the functions of dealing with image are over 3 or the PaintProperties.PaintDisplayMode is ScaleToGray, the speed of display is slower than the speed of scan.
How can I do to make the two speeds same if the number of the functions of dealing with image are over 3 and the PaintProperties.PaintDisplayMode is ScaleToGray?
#2
Posted
:
Wednesday, January 7, 2009 5:27:40 AM(UTC)
Groups: Guests
Posts: 3,022
Was thanked: 2 time(s) in 2 post(s)
The ScaleToGray Paint Display Mode is always slower than the normal display mode. However, if you are testing this inside the Visual Studio .NET debugger, most of our functions will be much slower than usual. I recommend you test using a Release build of the EXE and run it outside the VS IDE debugger.
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.