Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The o.a.x.image.loader.ImageManager.getImage methods close the resources associated to an image after it's been loaded. But there is no way to close those resources without loading the image.
There is a need for that in FOP when rendering an FO file to the Intermediate Format. The image must be preloaded to get its dimensions, but it will never be fully loaded as this is not necessary. Still, the resources that were opened at preloading time must be closed.
Attachments
Issue Links
- is required by
-
FOP-2226 Image resources are not closed when rendering into the Intermediate Format
- Resolved