This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Thursday, December 28, 2006 8:38:52 AM(UTC)
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
#2
Posted
:
Wednesday, January 3, 2007 12:50:44 PM(UTC)
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.