gunnar-ifp opened a new pull request #122: URL: https://github.com/apache/pdfbox/pull/122
This fixes an issue with a missed logged error + loop breaking if an erroneous read falls onto a skipped row. It also improves the speed at least by factor twice (due to sign test instead of bit masking and boolean flag for subsampling). It will be even faster with regions, as there was a poor design choice of full inner loop computations even if x was below startX. (The method wasn't very slow to begin with, though.) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
