[ https://issues.apache.org/jira/browse/FOP-1714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Luis Bernardo resolved FOP-1714. -------------------------------- Resolution: Fixed Fix Version/s: trunk this has been fixed in trunk for a long time; as such marking as resolved > Image processing makes FOP really slow > -------------------------------------- > > Key: FOP-1714 > URL: https://issues.apache.org/jira/browse/FOP-1714 > Project: Fop > Issue Type: Bug > Components: general > Affects Versions: 0.95 > Environment: Operating System: Windows XP > Platform: PC > Reporter: Jonathan Levinson > Fix For: trunk > > Attachments: test.fo, test-image.png > > > In investigating a problem in the display of PNG images in FOP, I discovered > that image processing was really slow. > Examining the code in a debugger the surprise is that the source of slowness > is > not the rendering of the image (which is done through Java’s JAI) but in the > steps leading up to the rendering of the image. > For a simple FO page, with a single PNG image FOP takes 90 seconds. Remove > the > image and FOP takes 1 second. RenderX takes a second as well with our without > the image. > So the addition of a single image to an FO page results in extreme slowness – > two orders of magnitude slower than RenderX XEP. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira