Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0.4
-
None
Description
The attached file gs-bugzilla692158-schleuse-veryslow.pdf is extremely slow to render. It takes hours. The cause is that identical TilingPaint objects are generated again and again, i.e. each time the pattern image must be drawn again. I tried a very simple caching mechanism and now the file renders in 20 seconds.
Although the very basic caching worked for all test files, it can't be used because parameters could change: initial matrix, xform, color and colorspace.
For this I'll use a factory class that has a class to compare the parameters, and this is to be used as key.
Attachments
Attachments
Issue Links
- is related to
-
PDFBOX-4058 High memory consumption when extracting image from PDF file
- Closed