Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Thursday, December 28, 2006 8:38:52 AM(UTC)
Len Fernandez

Groups: Registered
Posts: 2


Hi, 

Spliting multipage images fast when the documents are small but very slow when the documents are large.

if seems that the following line loops through the entire document until it get the the ipageNo value and then loads the page into the _image variable.  And the for the next page it does the same loop until it reaches the iPageNo.

_image = _codecs.Load(_ImageFullPath, 0, CodecsLoadByteOrder.BgrOrGray, iPageNo, iPageNo);

is there any other way that I can do this or  Am I missing something?

 I have documents that are 12000 pages long and it takes forever.

Thanks

 

 

 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Wednesday, January 3, 2007 12:50:44 PM(UTC)

Otis  
Guest

Groups: Guests
Posts: 3,022

Was thanked: 2 time(s) in 2 post(s)

Tiff images are basically link list so each page points to the location in the file where the next page exist and so on. This is why it takes longer on very large files to locate specific pages.
 
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.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.062 seconds.