]> source.dussan.org Git - xmlgraphics-fop.git/commit
Fixed two memory-leaks in image handling (ImageFactory and ExternalGraphic). The...
authorJeremias Maerki <jeremias@apache.org>
Fri, 21 Jul 2006 15:01:17 +0000 (15:01 +0000)
committerJeremias Maerki <jeremias@apache.org>
Fri, 21 Jul 2006 15:01:17 +0000 (15:01 +0000)
commit7ede95ce494fab902d8b23d043bc84b921280af5
tree1cf35e23da9408e4aca1710f633e85a71219a152
parent1c72c2ed05b0b785da7ceb0218edd342c7c937c4
Fixed two memory-leaks in image handling (ImageFactory and ExternalGraphic). The image cache is finally working properly. Currently implemented without the cleanup thread as done by Batik.
Added ImageIO provider for handling PNG in addition to the internal codec. ImageIO proved to be faster and less memory-intensive for PNGs. ImageIO takes precedence of the internal codec.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@424349 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/fo/flow/ExternalGraphic.java
src/java/org/apache/fop/image/ImageFactory.java
status.xml